]> granicus.if.org Git - python/commitdiff
Merged revisions 65793 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Mon, 18 Aug 2008 00:43:03 +0000 (00:43 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 18 Aug 2008 00:43:03 +0000 (00:43 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65793 | brett.cannon | 2008-08-17 17:41:11 -0700 (Sun, 17 Aug 2008) | 2 lines

  Remove an unneeded import of abc.ABCMeta from 'inspect'.
........

Lib/inspect.py

index e89b5f0a3283d99af1a2271eea0d10dd72696768..2b0f96e0636c45b190b4fdf96e6435f49e58ea8e 100644 (file)
@@ -39,7 +39,6 @@ import dis
 import imp
 import tokenize
 import linecache
-from abc import ABCMeta
 from operator import attrgetter
 from collections import namedtuple
 # These constants are from Include/code.h.