[Python-checkins] python/dist/src/Lib inspect.py,1.57,1.58

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 20 20:08:34 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29350

Modified Files:
	inspect.py 
Log Message:
Import no longer needed.

Index: inspect.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/inspect.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- inspect.py	20 Sep 2004 16:43:30 -0000	1.57
+++ inspect.py	20 Sep 2004 18:08:31 -0000	1.58
@@ -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):



More information about the Python-checkins mailing list