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

Reply via email to