[pypy-commit] pypy py3k: fix

pjenvey noreply at buildbot.pypy.org
Fri Oct 24 22:47:21 CEST 2014


Author: Philip Jenvey <pjenvey at underboss.org>
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
 


More information about the pypy-commit mailing list