Commit 61656203 authored by Raymond Hettinger's avatar Raymond Hettinger

Import no longer needed.

parent 468af712
...@@ -29,7 +29,6 @@ __author__ = 'Ka-Ping Yee <ping@lfw.org>' ...@@ -29,7 +29,6 @@ __author__ = 'Ka-Ping Yee <ping@lfw.org>'
__date__ = '1 Jan 2001' __date__ = '1 Jan 2001'
import sys, os, types, string, re, dis, imp, tokenize, linecache import sys, os, types, string, re, dis, imp, tokenize, linecache
from operator import attrgetter
# ----------------------------------------------------------- type-checking # ----------------------------------------------------------- type-checking
def ismodule(object): def ismodule(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment