From: Felix Schwarz Date: Sun, 25 Sep 2011 20:25:31 +0000 (+0000) Subject: remove unused imports from setup.py X-Git-Tag: 1.0~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5e6e043668a1caed620e732bc9c11bbef547774;p=thirdparty%2Fbabel.git remove unused imports from setup.py --- diff --git a/setup.py b/setup.py index 4453d5ca..4b1d5f3b 100755 --- a/setup.py +++ b/setup.py @@ -12,9 +12,6 @@ # individuals. For the exact contribution history, see the revision # history and logs, available at http://babel.edgewall.org/log/. -from distutils.cmd import Command -import doctest -from glob import glob import os try: from setuptools import setup