Commit 72351b96 authored by Tim Peters's avatar Tim Peters

subtype_resurrection(): Removed unused import.

parent df3f7935
...@@ -3184,7 +3184,6 @@ def slices(): ...@@ -3184,7 +3184,6 @@ def slices():
vereq(a, [2,3,1]) vereq(a, [2,3,1])
def subtype_resurrection(): def subtype_resurrection():
import gc
if verbose: if verbose:
print "Testing resurrection of new-style instance..." print "Testing resurrection of new-style instance..."
......
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