diff options
| author | RongzeZhu <zrzhit@gmail.com> | 2012-08-16 22:29:31 +0800 |
|---|---|---|
| committer | RongzeZhu <zrzhit@gmail.com> | 2012-08-16 22:30:40 +0800 |
| commit | 6a22ea45edc0f0263731944f2ad0ffe15c8a9457 (patch) | |
| tree | daae219ab8313b8d732434840ae8c8375a2313f4 | |
| parent | 704fb8b9850b6aa021ad79574c00a8408e889316 (diff) | |
| download | oslo-6a22ea45edc0f0263731944f2ad0ffe15c8a9457.tar.gz oslo-6a22ea45edc0f0263731944f2ad0ffe15c8a9457.tar.xz oslo-6a22ea45edc0f0263731944f2ad0ffe15c8a9457.zip | |
Remove unused imports
Fixes bug #1037578
Change-Id: I87dbd0bc5fe16a4416a676dc26f2446a54509bc1
| -rw-r--r-- | openstack/common/notifier/api.py | 1 | ||||
| -rw-r--r-- | openstack/common/plugin/pluginmanager.py | 2 | ||||
| -rw-r--r-- | openstack/common/rpc/common.py | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/openstack/common/notifier/api.py b/openstack/common/notifier/api.py index f36469c..c22e06c 100644 --- a/openstack/common/notifier/api.py +++ b/openstack/common/notifier/api.py @@ -13,7 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -import inspect import uuid from openstack.common import cfg diff --git a/openstack/common/plugin/pluginmanager.py b/openstack/common/plugin/pluginmanager.py index b10ce46..38e05ae 100644 --- a/openstack/common/plugin/pluginmanager.py +++ b/openstack/common/plugin/pluginmanager.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -import imp -import os import pkg_resources from openstack.common import cfg diff --git a/openstack/common/rpc/common.py b/openstack/common/rpc/common.py index d2a1cf1..58f958f 100644 --- a/openstack/common/rpc/common.py +++ b/openstack/common/rpc/common.py @@ -19,10 +19,8 @@ import copy import logging -import sys import traceback -from openstack.common import cfg from openstack.common.gettextutils import _ from openstack.common import importutils from openstack.common import jsonutils |
