Author: Ronan Lamy <[email protected]>
Branch: py3k-update
Changeset: r84010:28b76bd44159
Date: 2016-04-28 15:58 +0100
http://bitbucket.org/pypy/pypy/changeset/28b76bd44159/
Log: rm stray pypy2-ism
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b/pypy/objspace/std/typeobject.py
@@ -190,7 +190,6 @@
# if the typedef has a dict, then the rpython-class does all the dict
# management, which means from the point of view of mapdict there is no
# dict.
- from pypy.module.__builtin__.interp_classobj import W_InstanceObject
typedef = w_self.layout.typedef
if (w_self.hasdict and not typedef.hasdict):
w_self.terminator = DictTerminator(space, w_self)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit