From e45d2b6d6a6eb350c5cd2a1d414aedc665cd72dc Mon Sep 17 00:00:00 2001 From: Andrew Laski Date: Wed, 24 Oct 2012 22:40:57 -0400 Subject: Remove unused imports in setup.py Then glob and os modules are not being used and no longer need to be imported. Change-Id: I0d9862811338fe6c8014c2c50c78c2cca721f9d0 --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 0a32956ec..93ef7853e 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -import glob -import os - import setuptools from nova.openstack.common import setup as common_setup -- cgit