[pypy-svn] r62706 - pypy/trunk/pypy/jit/tl

fijal at codespeak.net fijal at codespeak.net
Sat Mar 7 15:02:15 CET 2009


Author: fijal
Date: Sat Mar  7 15:02:13 2009
New Revision: 62706

Modified:
   pypy/trunk/pypy/jit/tl/pypyjit.py
Log:
it's far too useful to be temporary


Modified: pypy/trunk/pypy/jit/tl/pypyjit.py
==============================================================================
--- pypy/trunk/pypy/jit/tl/pypyjit.py	(original)
+++ pypy/trunk/pypy/jit/tl/pypyjit.py	Sat Mar  7 15:02:13 2009
@@ -1,5 +1,5 @@
 """
-A temporary file that invokes translation of PyPy with the JIT enabled.
+A file that invokes translation of PyPy with the JIT enabled.
 """
 
 import py, os



More information about the Pypy-commit mailing list