[pypy-svn] r22652 - pypy/dist/pypy/module/stackless/test

tismer at codespeak.net tismer at codespeak.net
Wed Jan 25 16:11:50 CET 2006


Author: tismer
Date: Wed Jan 25 16:11:48 2006
New Revision: 22652

Modified:
   pypy/dist/pypy/module/stackless/test/__init__.py
Log:
wrong __init__.py

Modified: pypy/dist/pypy/module/stackless/test/__init__.py
==============================================================================
--- pypy/dist/pypy/module/stackless/test/__init__.py	(original)
+++ pypy/dist/pypy/module/stackless/test/__init__.py	Wed Jan 25 16:11:48 2006
@@ -1,18 +1 @@
-# Package initialisation
-from pypy.interpreter.mixedmodule import MixedModule
-
-class Module(MixedModule):
-    """
-    This module implements marshal at interpreter level.
-    """
-
-    appleveldefs = {
-    }
-    
-    interpleveldefs = {
-        'dump'    : 'interp_marshal.dump',
-        'dumps'   : 'interp_marshal.dumps',
-        'load'    : 'interp_marshal.load',
-        'loads'   : 'interp_marshal.loads',
-        'version' : 'space.wrap(interp_marshal.Py_MARSHAL_VERSION)',
-    }
+#
\ No newline at end of file



More information about the Pypy-commit mailing list