[pypy-commit] pypy default: kill

pjenvey noreply at buildbot.pypy.org
Sat Oct 13 01:55:17 CEST 2012


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: 
Changeset: r58089:1d01c6911981
Date: 2012-10-12 16:55 -0700
http://bitbucket.org/pypy/pypy/changeset/1d01c6911981/

Log:	kill

diff --git a/pypy/module/oracle/interp_cursor.py b/pypy/module/oracle/interp_cursor.py
--- a/pypy/module/oracle/interp_cursor.py
+++ b/pypy/module/oracle/interp_cursor.py
@@ -1,5 +1,4 @@
 from pypy.interpreter.baseobjspace import Wrappable
-from pypy.interpreter.gateway import NoneNotWrapped
 from pypy.interpreter.typedef import TypeDef, GetSetProperty
 from pypy.interpreter.typedef import interp_attrproperty, interp_attrproperty_w
 from pypy.interpreter.gateway import interp2app, unwrap_spec


More information about the pypy-commit mailing list