diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-09-20 12:37:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-09-20 12:37:34 +0000 |
| commit | 2fb9fe92fd24ecf52720f6762c32c2056ecbe2b9 (patch) | |
| tree | 81d92813cc301f023c35ab120757eaa8fe34cd9e /nova | |
| parent | 59ad151a296c22d8be053e408d9377acebb5ad15 (diff) | |
| parent | 4dba79d67767388d69c196356e14985546cd56aa (diff) | |
Merge " Cleanup unused import in manager.py"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/scheduler/manager.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/scheduler/manager.py b/nova/scheduler/manager.py index 450111828..feffb584b 100644 --- a/nova/scheduler/manager.py +++ b/nova/scheduler/manager.py @@ -21,7 +21,6 @@ Scheduler Service """ -import functools import sys from nova.compute import utils as compute_utils @@ -36,7 +35,6 @@ from nova.openstack.common import excutils from nova.openstack.common import importutils from nova.openstack.common import log as logging from nova.openstack.common.notifier import api as notifier -from nova.openstack.common.rpc import common as rpc_common from nova import quota |
