[pypy-svn] r22032 - pypy/dist/pypy/module/recparser

adim at codespeak.net adim at codespeak.net
Thu Jan 12 15:13:36 CET 2006


Author: adim
Date: Thu Jan 12 15:13:34 2006
New Revision: 22032

Modified:
   pypy/dist/pypy/module/recparser/__init__.py
   pypy/dist/pypy/module/recparser/pyparser.py
Log:
tab /spaces mess

Modified: pypy/dist/pypy/module/recparser/__init__.py
==============================================================================
--- pypy/dist/pypy/module/recparser/__init__.py	(original)
+++ pypy/dist/pypy/module/recparser/__init__.py	Thu Jan 12 15:13:34 2006
@@ -44,7 +44,7 @@
 ##         #'compilest'    : 'pyparser.compilest',
 
          # PyPy extension
-	 'source2ast' : "pyparser.source2ast",
+         'source2ast' : "pyparser.source2ast",
          'decode_string_literal': 'pyparser.decode_string_literal',
          'install_compiler_hook' : 'pypy.interpreter.pycompiler.install_compiler_hook',
          'rules' : 'pypy.interpreter.pyparser.pythonparse.grammar_rules',

Modified: pypy/dist/pypy/module/recparser/pyparser.py
==============================================================================
--- pypy/dist/pypy/module/recparser/pyparser.py	(original)
+++ pypy/dist/pypy/module/recparser/pyparser.py	Thu Jan 12 15:13:34 2006
@@ -209,9 +209,6 @@
 source2ast.unwrap_spec = [ObjSpace, str]
 
 
-
-
-
 def decode_string_literal(space, s, w_encoding=None):
     from pypy.interpreter.pyparser.parsestring import parsestr
     if space.is_true(w_encoding):



More information about the Pypy-commit mailing list