mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
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:
parent
2f060fb5a2
commit
041fb344f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue