[pypy-svn] r66601 - pypy/branch/parser-compiler/pypy/interpreter/astcompiler/test

benjamin at codespeak.net benjamin at codespeak.net
Fri Jul 24 18:10:35 CEST 2009


Author: benjamin
Date: Fri Jul 24 18:10:33 2009
New Revision: 66601

Modified:
   pypy/branch/parser-compiler/pypy/interpreter/astcompiler/test/test_symtable.py
Log:
ast2 -> ast

Modified: pypy/branch/parser-compiler/pypy/interpreter/astcompiler/test/test_symtable.py
==============================================================================
--- pypy/branch/parser-compiler/pypy/interpreter/astcompiler/test/test_symtable.py	(original)
+++ pypy/branch/parser-compiler/pypy/interpreter/astcompiler/test/test_symtable.py	Fri Jul 24 18:10:33 2009
@@ -1,7 +1,6 @@
 import string
 import py
-from pypy.interpreter.astcompiler import (ast2 as ast, astbuilder, symtable,
-                                          consts)
+from pypy.interpreter.astcompiler import ast astbuilder, symtable, consts
 from pypy.interpreter.pyparser import pyparse
 from pypy.interpreter.pyparser.error import SyntaxError
 



More information about the Pypy-commit mailing list