diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-05-14 14:46:11 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-05-14 15:52:21 -0700 |
| commit | 6cb7801ac7d0f25dfbca0d8eb891feffdec695c5 (patch) | |
| tree | 2df7a3739a799c26e6d21ff5822fabe1dcb9e538 /nova/compute | |
| parent | fbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f (diff) | |
Alphabetize imports
Except for nova/api/, nova/tests/, nova/virt/
In preparation for automated checking being enabled (N306)
Change-Id: I5af70ea13b470ce58695ef0a5e0ff9da3ac1b135
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index b77336347..9f405a934 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -46,13 +46,13 @@ import traceback from eventlet import greenthread from nova import block_device -import nova.context from nova.compute import aggregate_states from nova.compute import instance_types from nova.compute import power_state from nova.compute import task_states from nova.compute import utils as compute_utils from nova.compute import vm_states +import nova.context from nova import exception from nova import flags import nova.image |
