diff options
| author | Newptone <yuxcer@gmail.com> | 2012-09-19 17:56:32 +0800 |
|---|---|---|
| committer | Newptone <yuxcer@gmail.com> | 2012-09-19 23:30:56 +0800 |
| commit | 4dba79d67767388d69c196356e14985546cd56aa (patch) | |
| tree | 32b02122e2c51de9fcd4406a633acb7befa376c0 | |
| parent | a484bfea8ff3f274bb71be11ff387aa671c1e798 (diff) | |
Cleanup unused import in manager.py
Change-Id: I86be592fc0ee8ddb81417b737702c4201442d0df
| -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 |
