[pypy-svn] pypy improve-unwrap_spec: This file is probably not tested :-(

amauryfa commits-noreply at bitbucket.org
Wed Feb 16 19:19:14 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: improve-unwrap_spec
Changeset: r42052:623ae973d6b4
Date: 2011-02-16 11:15 +0100
http://bitbucket.org/pypy/pypy/changeset/623ae973d6b4/

Log:	This file is probably not tested :-(

diff --git a/pypy/module/_demo/demo.py b/pypy/module/_demo/demo.py
--- a/pypy/module/_demo/demo.py
+++ b/pypy/module/_demo/demo.py
@@ -1,6 +1,6 @@
 from pypy.interpreter.error import OperationError
-from pypy.interpreter.baseobjspace import ObjSpace, W_Root, Wrappable
-from pypy.interpreter.gateway import interp2app
+from pypy.interpreter.baseobjspace import Wrappable
+from pypy.interpreter.gateway import interp2app, unwrap_spec
 from pypy.interpreter.typedef import TypeDef, GetSetProperty
 from pypy.rpython.lltypesystem import rffi, lltype
 from pypy.rpython.tool import rffi_platform


More information about the Pypy-commit mailing list