[pypy-svn] r17307 - pypy/dist/pypy/bin

xoraxax at codespeak.net xoraxax at codespeak.net
Wed Sep 7 00:44:47 CEST 2005


Author: xoraxax
Date: Wed Sep  7 00:44:46 2005
New Revision: 17307

Modified:
   pypy/dist/pypy/bin/translator.py
Log:
Removed duplicate readline code.

Modified: pypy/dist/pypy/bin/translator.py
==============================================================================
--- pypy/dist/pypy/bin/translator.py	(original)
+++ pypy/dist/pypy/bin/translator.py	Wed Sep  7 00:44:46 2005
@@ -236,10 +236,7 @@
     from pypy.translator.test import snippet as test
     #from pypy.translator.llvm.test import llvmsnippet as test2
     from pypy.rpython.rtyper import RPythonTyper
-    try:
-        setup_readline()
-    except ImportError, err:
-        print "Disabling readline support (%s)" % err
+
     if (os.getcwd() not in sys.path and
         os.path.curdir not in sys.path):
         sys.path.insert(0, os.getcwd())



More information about the Pypy-commit mailing list