Kaydet (Commit) 2f5cb346 authored tarafından Brett Cannon's avatar Brett Cannon

Merged revisions 65793 via svnmerge from

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'.
........
üst f0a39af1
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment