mirror of https://github.com/python/cpython
Fixed #3987 : removed unused import
This commit is contained in:
parent
a96a94af50
commit
c5ed5ba585
|
@ -9,7 +9,6 @@ really defined in distutils.dist and distutils.cmd.
|
|||
__revision__ = "$Id$"
|
||||
|
||||
import sys, os
|
||||
from types import *
|
||||
|
||||
from distutils.debug import DEBUG
|
||||
from distutils.errors import *
|
||||
|
|
Loading…
Reference in New Issue