[pypy-svn] r66321 - pypy/branch/parser-compiler/pypy/module/parser

benjamin at codespeak.net benjamin at codespeak.net
Fri Jul 17 20:47:01 CEST 2009


Author: benjamin
Date: Fri Jul 17 20:47:00 2009
New Revision: 66321

Modified:
   pypy/branch/parser-compiler/pypy/module/parser/__init__.py
Log:
remove unimplemented function

Modified: pypy/branch/parser-compiler/pypy/module/parser/__init__.py
==============================================================================
--- pypy/branch/parser-compiler/pypy/module/parser/__init__.py	(original)
+++ pypy/branch/parser-compiler/pypy/module/parser/__init__.py	Fri Jul 17 20:47:00 2009
@@ -22,7 +22,6 @@
          'ast2list'     : 'pyparser.st2list',
          'ast2tuple'    : 'pyparser.st2tuple',
          'ASTType'      : 'pyparser.STType',
-         'sequence2st'  : 'pyparser.sequence2st',
          'compilest'    : 'pyparser.compilest',
          'compileast'   : 'pyparser.compilest'
          }



More information about the Pypy-commit mailing list