[pypy-svn] r48839 - pypy/dist/pypy/module/sys
antocuni at codespeak.net
antocuni at codespeak.net
Tue Nov 20 15:21:36 CET 2007
Author: antocuni
Date: Tue Nov 20 15:21:32 2007
New Revision: 48839
Modified:
pypy/dist/pypy/module/sys/app.py
Log:
(antocuni, fijal)
this seems to be rpython nowadays
Modified: pypy/dist/pypy/module/sys/app.py
==============================================================================
--- pypy/dist/pypy/module/sys/app.py (original)
+++ pypy/dist/pypy/module/sys/app.py Tue Nov 20 15:21:32 2007
@@ -1,6 +1,3 @@
-# NOT_RPYTHON -- flowing results in
-# AttributeError: << 'FlowObjSpace' object has no attribute 'w_AttributeError'
-# XXX investigate!
"""
The 'sys' module.
"""
More information about the pypy-svn
mailing list