Author: Philip Jenvey <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
