[pypy-svn] r32713 - pypy/branch/config-in-more-places/pypy/interpreter

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Sep 28 20:05:42 CEST 2006


Author: cfbolz
Date: Thu Sep 28 20:05:41 2006
New Revision: 32713

Modified:
   pypy/branch/config-in-more-places/pypy/interpreter/interactive.py
Log:
remove some code that was last edited in revision 2689 and can therefore
probably be considered outdated.


Modified: pypy/branch/config-in-more-places/pypy/interpreter/interactive.py
==============================================================================
--- pypy/branch/config-in-more-places/pypy/interpreter/interactive.py	(original)
+++ pypy/branch/config-in-more-places/pypy/interpreter/interactive.py	Thu Sep 28 20:05:41 2006
@@ -225,16 +225,3 @@
 class IncompleteInput(Exception):
     pass
 
-if __name__ == '__main__':
-    try:
-        import readline
-    except ImportError:
-        pass
-
-    from pypy.tool import option
-    from pypy.tool import testit
-    args = option.process_options(option.get_standard_options(),
-                                  option.Options)
-    objspace = option.objspace()
-    con = PyPyConsole(objspace)
-    con.interact()



More information about the Pypy-commit mailing list