summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMatt Joyce <matt.joyce@cloudscaling.com>2012-05-08 10:09:53 -0700
committerMatt Joyce <matt.joyce@cloudscaling.com>2012-05-14 16:08:35 -0700
commit732863b9b7039de9de3bb686db2b70a1a4879b87 (patch)
treea6faa6144398c6f40517c34c767574f7d53318f6 /HACKING
parentf485d71222179b442470667934af7dff4f34d244 (diff)
downloadpython-openstackclient-732863b9b7039de9de3bb686db2b70a1a4879b87.tar.gz
correcting ordering of imports
undoing ordering patch. adding more explicit descreption of ordering rules to HACKING document. Change-Id: I7b7d755f44e382b54f237914e654a05766ec5c2c
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 3 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index f131e04a..acf76e54 100644
--- a/HACKING
+++ b/HACKING
@@ -16,7 +16,9 @@ Imports
# vim: tabstop=4 shiftwidth=4 softtabstop=4
{{stdlib imports in human alphabetical order}}
\n
- {{nova imports in human alphabetical order}}
+ {{3rd-party imports in human alphabetical order}}
+ \n
+ {{openstack imports in human alphabetical order}}
\n
\n
{{begin your code}}