diff --git a/Lib/inspect.py b/Lib/inspect.py index b359dcd01a1..661957b5135 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -29,7 +29,6 @@ __author__ = 'Ka-Ping Yee ' __date__ = '1 Jan 2001' import sys, os, types, string, re, dis, imp, tokenize, linecache -from operator import attrgetter # ----------------------------------------------------------- type-checking def ismodule(object):