[pypy-svn] r14118 - pypy/dist/pypy/interpreter/test

ludal at codespeak.net ludal at codespeak.net
Sun Jul 3 11:52:44 CEST 2005


Author: ludal
Date: Sun Jul  3 11:52:42 2005
New Revision: 14118

Modified:
   pypy/dist/pypy/interpreter/test/test_compiler.py
Log:
 fixed test_compiler broken after compiler->pycompiler renaming


Modified: pypy/dist/pypy/interpreter/test/test_compiler.py
==============================================================================
--- pypy/dist/pypy/interpreter/test/test_compiler.py	(original)
+++ pypy/dist/pypy/interpreter/test/test_compiler.py	Sun Jul  3 11:52:42 2005
@@ -1,7 +1,7 @@
 import __future__
 import autopath
 import py
-from pypy.interpreter.compiler import CPythonCompiler, Compiler
+from pypy.interpreter.pycompiler import CPythonCompiler, Compiler
 from pypy.interpreter.pycode import PyCode
 
 



More information about the Pypy-commit mailing list