mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fixed #3987 : removed unused import
This commit is contained in:
parent
a96a94af50
commit
c5ed5ba585
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue