[pypy-commit] pyrepl py3k-readline: temporary allow to use our own curses binding

RonnyPfannschmidt noreply at buildbot.pypy.org
Tue Jan 15 11:55:17 CET 2013


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: py3k-readline
Changeset: r217:ac5047e2ea0f
Date: 2013-01-15 11:52 +0100
http://bitbucket.org/pypy/pyrepl/changeset/ac5047e2ea0f/

Log:	temporary allow to use our own curses binding

diff --git a/pyrepl/curses.py b/pyrepl/curses.py
--- a/pyrepl/curses.py
+++ b/pyrepl/curses.py
@@ -32,5 +32,4 @@
     tparm = _curses.tparm
     error = _curses.error
 except ImportError:
-    raise
     from ._minimal_curses import setupterm, tigetstr, tparm, error


More information about the pypy-commit mailing list