diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-05-22 10:44:00 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-05-22 10:44:00 -0700 |
| commit | f8437e37d4961c6f0cf7be091d919f49268ded1d (patch) | |
| tree | d7cfca79fb70b4a532584eab948497c53eae332a /nova/compute | |
| parent | e6b42d7bdf92c8dade030798436cb3e5ec652ee9 (diff) | |
Enable checking for imports in alphabetical order
And fix existing alphabetical ordering problems
Change-Id: I3ab887e118adc8022c84ff7230e7cc2d261804f6
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index 02accd5b1..7b71dab9d 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -23,8 +23,8 @@ networking and storage of vms, and compute hosts on which they run).""" import functools import re -import time import string +import time from nova import block_device from nova.compute import aggregate_states @@ -32,8 +32,8 @@ from nova.compute import instance_types from nova.compute import power_state from nova.compute import task_states from nova.compute import vm_states -from nova import crypto from nova.consoleauth import rpcapi as consoleauth_rpcapi +from nova import crypto from nova.db import base from nova import exception from nova import flags |
