Import no longer needed.

This commit is contained in:
Raymond Hettinger 2004-09-20 18:08:31 +00:00
parent 468af71214
commit 61656203cd
1 changed files with 0 additions and 1 deletions

View File

@ -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):