Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r74189:8b7059138b7b
Date: 2014-10-24 11:15 -0700
http://bitbucket.org/pypy/pypy/changeset/8b7059138b7b/

Log:    fix

diff --git a/pypy/objspace/std/test/test_complexobject.py 
b/pypy/objspace/std/test/test_complexobject.py
--- a/pypy/objspace/std/test/test_complexobject.py
+++ b/pypy/objspace/std/test/test_complexobject.py
@@ -3,7 +3,6 @@
 
 import py
 
-from pypy.objspace.std import complextype as cobjtype, StdObjSpace
 from pypy.objspace.std.complexobject import W_ComplexObject, _split_complex
 from pypy.objspace.std.multimethod import FailedToImplement
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to