From 6a22ea45edc0f0263731944f2ad0ffe15c8a9457 Mon Sep 17 00:00:00 2001 From: RongzeZhu Date: Thu, 16 Aug 2012 22:29:31 +0800 Subject: Remove unused imports Fixes bug #1037578 Change-Id: I87dbd0bc5fe16a4416a676dc26f2446a54509bc1 --- openstack/common/plugin/pluginmanager.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'openstack/common/plugin/pluginmanager.py') 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 -- cgit