From 61656203cdcc8698c2e485f06b929e779d51b593 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 20 Sep 2004 18:08:31 +0000 Subject: [PATCH] Import no longer needed. --- Lib/inspect.py | 1 - 1 file changed, 1 deletion(-) 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 @@ __date__ = '1 Jan 2001' import sys, os, types, string, re, dis, imp, tokenize, linecache -from operator import attrgetter # ----------------------------------------------------------- type-checking def ismodule(object):