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 /openstack/common/plugin | |
| parent | 704fb8b9850b6aa021ad79574c00a8408e889316 (diff) | |
| download | oslo-6a22ea45edc0f0263731944f2ad0ffe15c8a9457.tar.gz oslo-6a22ea45edc0f0263731944f2ad0ffe15c8a9457.tar.xz oslo-6a22ea45edc0f0263731944f2ad0ffe15c8a9457.zip | |
Remove unused imports
Fixes bug #1037578
Change-Id: I87dbd0bc5fe16a4416a676dc26f2446a54509bc1
Diffstat (limited to 'openstack/common/plugin')
| -rw-r--r-- | openstack/common/plugin/pluginmanager.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
