mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
removed unused import
This commit is contained in:
parent
cdb4e6248b
commit
b5fc89ee57
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ __revision__ = "$Id$"
|
||||||
|
|
||||||
import sys, os, string, re
|
import sys, os, string, re
|
||||||
from types import *
|
from types import *
|
||||||
from site import USER_BASE, USER_SITE
|
from site import USER_BASE
|
||||||
from distutils.core import Command
|
from distutils.core import Command
|
||||||
from distutils.errors import *
|
from distutils.errors import *
|
||||||
from distutils.sysconfig import customize_compiler, get_python_version
|
from distutils.sysconfig import customize_compiler, get_python_version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue