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
|
|
@ -11,7 +11,7 @@ and building lists of files.
|
|||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import sys, os, string, re
|
||||
import os, string, re
|
||||
import fnmatch
|
||||
from types import *
|
||||
from glob import glob
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue