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 bc581d7233
commit 1a8f27ef2a

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.