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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61656203cdcc8698c2e485f06b929e779d51b593;p=python Import no longer needed. --- diff --git a/Lib/inspect.py b/Lib/inspect.py index b359dcd01a..661957b513 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):