summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Laski <andrew.laski@rackspace.com>2012-10-24 22:40:57 -0400
committerAndrew Laski <andrew.laski@rackspace.com>2012-10-24 22:40:57 -0400
commite45d2b6d6a6eb350c5cd2a1d414aedc665cd72dc (patch)
treedf50908b706e983173543f7411a2425ff7f635f3 /setup.py
parent1ae3f8a41ea1a930577d1c35c8d4893dca934196 (diff)
downloadnova-e45d2b6d6a6eb350c5cd2a1d414aedc665cd72dc.tar.gz
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 0a32956eca..93ef7853ef 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