mirror of https://github.com/python/cpython
Import no longer needed.
This commit is contained in:
parent
468af71214
commit
61656203cd
|
@ -29,7 +29,6 @@ __author__ = 'Ka-Ping Yee <ping@lfw.org>'
|
|||
__date__ = '1 Jan 2001'
|
||||
|
||||
import sys, os, types, string, re, dis, imp, tokenize, linecache
|
||||
from operator import attrgetter
|
||||
|
||||
# ----------------------------------------------------------- type-checking
|
||||
def ismodule(object):
|
||||
|
|
Loading…
Reference in New Issue