[pypy-svn] r10242 - pypy/dist/pypy/interpreter

pedronis at codespeak.net pedronis at codespeak.net
Fri Apr 1 21:51:32 CEST 2005


Author: pedronis
Date: Fri Apr  1 21:51:31 2005
New Revision: 10242

Modified:
   pypy/dist/pypy/interpreter/baseobjspace.py
Log:
NOT_RPYTHON



Modified: pypy/dist/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/dist/pypy/interpreter/baseobjspace.py	(original)
+++ pypy/dist/pypy/interpreter/baseobjspace.py	Fri Apr  1 21:51:31 2005
@@ -56,7 +56,7 @@
         return self.__class__.__name__
 
     def setbuiltinmodule(self, name, importname=None): 
-        """ load a lazy pypy/module and put it into sys.modules"""
+        """NOT_RPYTHON. load a lazy pypy/module and put it into sys.modules"""
         if importname is None: 
             importname = name 
         Module = __import__("pypy.module.%s" % importname, 



More information about the Pypy-commit mailing list