mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove unused imports caught by pychecker
This commit is contained in:
parent
cd8a1148e1
commit
332a146127
4 changed files with 2 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ the "typical" Unix-style command-line C compiler:
|
|||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import string, re, os, sys
|
||||
import os, sys
|
||||
from types import *
|
||||
from copy import copy
|
||||
from distutils import sysconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue