[pypy-svn] r53247 - pypy/branch/jit-hotpath/pypy/jit/codegen/test

fijal at codespeak.net fijal at codespeak.net
Wed Apr 2 04:26:16 CEST 2008


Author: fijal
Date: Wed Apr  2 04:26:16 2008
New Revision: 53247

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/test/test_emit_moves.py
Log:
fix import


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/test/test_emit_moves.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/test/test_emit_moves.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/test/test_emit_moves.py	Wed Apr  2 04:26:16 2008
@@ -1,5 +1,5 @@
 import py
-from pypy.jit.codegen.ppc.emit_moves import emit_moves, emit_moves_safe
+from pypy.jit.codegen.emit_moves import emit_moves, emit_moves_safe
 
 class TheHeap(object):
     def __init__(self, locs):


More information about the pypy-svn mailing list