diff options
author | Raymond Hettinger <python@rcn.com> | 2004-09-20 18:08:31 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-09-20 18:08:31 (GMT) |
commit | 61656203cdcc8698c2e485f06b929e779d51b593 (patch) | |
tree | 5ca5b5988b37b5adb8eedc4030e9ab8b3f1d500f | |
parent | 468af71214596a9f559ab0935d587fbb5f28dd7c (diff) | |
download | cpython-61656203cdcc8698c2e485f06b929e779d51b593.zip cpython-61656203cdcc8698c2e485f06b929e779d51b593.tar.gz cpython-61656203cdcc8698c2e485f06b929e779d51b593.tar.bz2 |
Import no longer needed.
-rw-r--r-- | Lib/inspect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py index b359dcd..661957b 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -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): |