mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue