diff options
author | Andrew Laski <andrew.laski@rackspace.com> | 2012-10-24 22:40:57 -0400 |
---|---|---|
committer | Andrew Laski <andrew.laski@rackspace.com> | 2012-10-24 22:40:57 -0400 |
commit | e45d2b6d6a6eb350c5cd2a1d414aedc665cd72dc (patch) | |
tree | df50908b706e983173543f7411a2425ff7f635f3 /setup.py | |
parent | 1ae3f8a41ea1a930577d1c35c8d4893dca934196 (diff) | |
download | nova-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.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |