correcting ordering of imports

undoing ordering patch.  adding more explicit descreption of
ordering rules to HACKING document.

Change-Id: I7b7d755f44e382b54f237914e654a05766ec5c2c
This commit is contained in:
Matt Joyce 2012-05-08 10:09:53 -07:00
parent f485d71222
commit 732863b9b7

@ -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}}