[pypy-svn] r34003 - pypy/dist/pypy/lang/automata/test

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Nov 1 12:52:09 CET 2006


Author: cfbolz
Date: Wed Nov  1 12:52:08 2006
New Revision: 34003

Modified:
   pypy/dist/pypy/lang/automata/test/test_dfa.py
Log:
fix whitespace, docstring


Modified: pypy/dist/pypy/lang/automata/test/test_dfa.py
==============================================================================
--- pypy/dist/pypy/lang/automata/test/test_dfa.py	(original)
+++ pypy/dist/pypy/lang/automata/test/test_dfa.py	Wed Nov  1 12:52:08 2006
@@ -1,10 +1,10 @@
 import py
 from pypy import conftest
 
-from pypy.rpython.test.test_llinterp import interpret 
+from pypy.rpython.test.test_llinterp import interpret
 from pypy.translator.translator import graphof
 from pypy.jit.timeshifter.test.test_timeshift import hannotate
-from pypy.jit.timeshifter.rtyper import HintRTyper
+from pypy.jit.timeshifter.hrtyper import HintRTyper
 from pypy.jit.timeshifter.test.test_timeshift import P_NOVIRTUAL
 from pypy.rpython.llinterp import LLInterpreter
 from pypy.objspace.flow.model import checkgraph



More information about the Pypy-commit mailing list