Author: Armin Rigo <[email protected]> Branch: remove-objspace-options Changeset: r83858:1c5dd97d9f8a Date: 2016-04-25 13:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1c5dd97d9f8a/
Log: missing import diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/test/test_typeobject.py +++ b/pypy/objspace/std/test/test_typeobject.py @@ -1,3 +1,4 @@ +import py from pypy.interpreter.baseobjspace import W_Root from pypy.interpreter.gateway import interp2app from pypy.interpreter.typedef import TypeDef _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
