From: Raymond Hettinger Date: Mon, 20 Sep 2004 18:08:31 +0000 (+0000) Subject: Import no longer needed. X-Git-Tag: v2.4b1~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61656203cdcc8698c2e485f06b929e779d51b593;p=thirdparty%2FPython%2Fcpython.git Import no longer needed. --- diff --git a/Lib/inspect.py b/Lib/inspect.py index b359dcd01a18..661957b5135b 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):