[pypy-svn] r12589 - pypy/dist/pypy/translator/tool

tismer at codespeak.net tismer at codespeak.net
Thu May 19 23:39:25 CEST 2005


Author: tismer
Date: Thu May 19 23:39:24 2005
New Revision: 12589

Modified:
   pypy/dist/pypy/translator/tool/tointerplevel.py
Log:
added a comment that says this tool is there but no longer needed

Modified: pypy/dist/pypy/translator/tool/tointerplevel.py
==============================================================================
--- pypy/dist/pypy/translator/tool/tointerplevel.py	(original)
+++ pypy/dist/pypy/translator/tool/tointerplevel.py	Thu May 19 23:39:24 2005
@@ -1,3 +1,6 @@
+# this module can still be used, but it is no
+# longer needed to bootstrap pypy.
+
 import autopath
 import sys
 import optparse



More information about the Pypy-commit mailing list