summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Waldon <brian.waldon@rackspace.com>2011-10-11 23:52:41 -0400
committerBrian Waldon <brian.waldon@rackspace.com>2011-10-11 23:53:40 -0400
commit907ff41ec1812fb189ee52145c197474b6e84b72 (patch)
treeaea73c9634eab462b195f23f3225fb5679360996
parentf5f429bac6446db084ca3f5d86c64127a1e539f2 (diff)
downloadnova-907ff41ec1812fb189ee52145c197474b6e84b72.tar.gz
nova-907ff41ec1812fb189ee52145c197474b6e84b72.tar.xz
nova-907ff41ec1812fb189ee52145c197474b6e84b72.zip
Updating HACKING to make split up imports into three blocks
Change-Id: I6426365aa03f579275da91380bd7f5716ff54e26
-rw-r--r--HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 232a353fd..962617e9a 100644
--- a/HACKING
+++ b/HACKING
@@ -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