Merged revisions 70003 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70003 | tarek.ziade | 2009-02-27 00:44:00 +0100 (Fri, 27 Feb 2009) | 1 line

  removed unused import
........
This commit is contained in:
Tarek Ziadé 2009-02-26 23:47:00 +00:00
parent 2f060fb5a2
commit 041fb344f1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ extensions ASAP)."""
__revision__ = "$Id$"
import sys, os, re
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