[pypy-svn] r10352 - pypy/dist/pypy/interpreter
tismer at codespeak.net
tismer at codespeak.net
Tue Apr 5 22:08:52 CEST 2005
Author: tismer
Date: Tue Apr 5 22:08:52 2005
New Revision: 10352
Modified:
pypy/dist/pypy/interpreter/gateway.py
Log:
cosmetics
Modified: pypy/dist/pypy/interpreter/gateway.py
==============================================================================
--- pypy/dist/pypy/interpreter/gateway.py (original)
+++ pypy/dist/pypy/interpreter/gateway.py Tue Apr 5 22:08:52 2005
@@ -566,7 +566,7 @@
klass = ApplevelClass
return klass(source, filename, modname, do_imports)
-# comment this out to check against applevel without translation
+# uncomment this to check against applevel without translation
##ApplevelInterpClass = ApplevelClass
def appdef(source, applevel=ApplevelClass):
More information about the pypy-svn
mailing list