diff options
Diffstat (limited to 'openstack/common')
| -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 |
