[pypy-svn] r12770 - pypy/branch/pycompiler/module/recparser
adim at codespeak.net
adim at codespeak.net
Tue May 24 15:18:21 CEST 2005
Author: adim
Date: Tue May 24 15:18:21 2005
New Revision: 12770
Modified:
pypy/branch/pycompiler/module/recparser/pythonutil.py
Log:
bad indentation fix
Modified: pypy/branch/pycompiler/module/recparser/pythonutil.py
==============================================================================
--- pypy/branch/pycompiler/module/recparser/pythonutil.py (original)
+++ pypy/branch/pycompiler/module/recparser/pythonutil.py Tue May 24 15:18:21 2005
@@ -18,8 +18,8 @@
import symbol
def pypy_parse(filename):
- """parse <filename> using PyPy's parser module and return nested tuples
- """
+ """parse <filename> using PyPy's parser module and return nested tuples
+ """
pyf = file(filename)
text = pyf.read()
pyf.close()
More information about the Pypy-commit
mailing list