Updating HACKING to make split up imports into three blocks

Change-Id: I6426365aa03f579275da91380bd7f5716ff54e26
This commit is contained in:
Brian Waldon
2011-10-11 23:52:41 -04:00
parent a93828b063
commit bea7a7c278

View File

@@ -27,6 +27,8 @@ Imports
# vim: tabstop=4 shiftwidth=4 softtabstop=4
{{stdlib imports in human alphabetical order}}
\n
{{third-party lib imports in human alphabetical order}}
\n
{{nova imports in human alphabetical order}}
\n
\n
@@ -43,6 +45,9 @@ Human Alphabetical Order Examples
import time
import unittest
import eventlet
import webob.exc
import nova.api.ec2
from nova.api import openstack
from nova.auth import users