summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-26 23:44:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-26 23:44:00 (GMT)
commitb5fc89ee57152beee7187b9e72e33ce745837116 (patch)
tree5bc824ba10727353bb9937e1511a4f55543d50d0 /Lib/distutils/command
parentcdb4e6248bc2e20b28a507a3395d46de43844232 (diff)
downloadcpython-b5fc89ee57152beee7187b9e72e33ce745837116.zip
cpython-b5fc89ee57152beee7187b9e72e33ce745837116.tar.gz
cpython-b5fc89ee57152beee7187b9e72e33ce745837116.tar.bz2
removed unused import
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/build_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_ext.py b/Lib/distutils/command/build_ext.py
index 2ed3ef6..ac0a067 100644
--- a/Lib/distutils/command/build_ext.py
+++ b/Lib/distutils/command/build_ext.py
@@ -8,7 +8,7 @@ __revision__ = "$Id$"
import sys, os, string, re
from types import *
-from site import USER_BASE, USER_SITE
+from site import USER_BASE
from distutils.core import Command
from distutils.errors import *
from distutils.sysconfig import customize_compiler, get_python_version