[pypy-svn] r75831 - in pypy/branch/reflex-support/pypy/module/cppyy: . test

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jul 5 13:54:03 CEST 2010


Author: cfbolz
Date: Mon Jul  5 13:54:02 2010
New Revision: 75831

Added:
   pypy/branch/reflex-support/pypy/module/cppyy/
   pypy/branch/reflex-support/pypy/module/cppyy/__init__.py   (contents, props changed)
   pypy/branch/reflex-support/pypy/module/cppyy/test/
   pypy/branch/reflex-support/pypy/module/cppyy/test/__init__.py   (contents, props changed)
Log:
(arigo, antocuni, cfbolz, wlav) the empty module that we want to write


Added: pypy/branch/reflex-support/pypy/module/cppyy/__init__.py
==============================================================================
--- (empty file)
+++ pypy/branch/reflex-support/pypy/module/cppyy/__init__.py	Mon Jul  5 13:54:02 2010
@@ -0,0 +1,10 @@
+from pypy.interpreter.mixedmodule import MixedModule
+
+class Module(MixedModule):
+    """    """
+
+    interpleveldefs = {
+    }
+
+    appleveldefs = {
+    }

Added: pypy/branch/reflex-support/pypy/module/cppyy/test/__init__.py
==============================================================================



More information about the Pypy-commit mailing list