diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-05-15 18:42:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-05-15 18:42:17 +0000 |
| commit | c8cafc6e9df3a389330da08cbcbf60fb6ca1b238 (patch) | |
| tree | 830331d52e0a2ee9f3589ef43bfa7420eaf3d537 /bin | |
| parent | 671c2c113be856f92bc415c5f0e23362dc0680eb (diff) | |
| parent | 6cb7801ac7d0f25dfbca0d8eb891feffdec695c5 (diff) | |
Merge "Alphabetize imports"
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/instance-usage-audit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/instance-usage-audit b/bin/instance-usage-audit index 05f34176f..758336805 100755 --- a/bin/instance-usage-audit +++ b/bin/instance-usage-audit @@ -50,6 +50,7 @@ if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'nova', '__init__.py')): sys.path.insert(0, POSSIBLE_TOPDIR) gettext.install('nova', unicode=1) +import nova.compute.utils from nova import context from nova import db from nova import exception @@ -57,7 +58,6 @@ from nova import flags from nova import log as logging from nova import rpc from nova import utils -import nova.compute.utils FLAGS = flags.FLAGS |
