summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/inspect.py1
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):