From 732863b9b7039de9de3bb686db2b70a1a4879b87 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Tue, 8 May 2012 10:09:53 -0700 Subject: [PATCH] correcting ordering of imports undoing ordering patch. adding more explicit descreption of ordering rules to HACKING document. Change-Id: I7b7d755f44e382b54f237914e654a05766ec5c2c --- HACKING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index f131e04a1f..acf76e5455 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}}