From d2f04a2743009f406dad41968fc414e0a8784097 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 23 May 2012 11:47:11 -0700 Subject: [PATCH] Remove unused imports in setup.py Change-Id: Ifb08695a8a9a264a3032ae09524e8b37fa0dd761 --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index ee8d415b32..bac8c27043 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os -import subprocess - import setuptools -from setuptools.command import sdist from glance.openstack.common import setup