From 20b4d895124cee887568ca8723ce0d3ffdc3a05a Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 13 Jan 2012 13:54:32 -0800 Subject: Remove a whole bunch of unused imports Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1 --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9eb9ef92b7..ec3e8e2c7e 100644 --- a/setup.py +++ b/setup.py @@ -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. -- cgit v1.2.1