Remove a whole bunch of unused imports

Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
This commit is contained in:
Vishvananda Ishaya
2012-01-13 13:54:32 -08:00
parent e08eeea94f
commit 20b4d89512
101 changed files with 18 additions and 191 deletions
-3
View File
@@ -19,11 +19,8 @@
import gettext
import glob
import os
import subprocess
import sys
from setuptools import find_packages
from setuptools.command.sdist import sdist
# In order to run the i18n commands for compiling and
# installing message catalogs, we use DistUtilsExtra.