[pypy-commit] pypy remove-objspace-options: missing import

arigo pypy.commits at gmail.com
Mon Apr 25 07:11:50 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list