]> granicus.if.org Git - python/commitdiff
removed unused import
authorTarek Ziadé <ziade.tarek@gmail.com>
Thu, 26 Feb 2009 23:44:00 +0000 (23:44 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Thu, 26 Feb 2009 23:44:00 +0000 (23:44 +0000)
Lib/distutils/command/build_ext.py

index 2ed3ef65cc1c733e9ce3925d4bf219276731108b..ac0a0670a1b5c421d5feda39a0b5b0272e0a332e 100644 (file)
@@ -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