Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59979:5689da86ce23
Date: 2013-01-11 22:27 +0100
http://bitbucket.org/pypy/pypy/changeset/5689da86ce23/

Log:    Fixed import in test_direct

diff --git a/pypy/module/math/test/test_direct.py 
b/pypy/module/math/test/test_direct.py
--- a/pypy/module/math/test/test_direct.py
+++ b/pypy/module/math/test/test_direct.py
@@ -4,7 +4,7 @@
 import py, sys, math
 from rpython.rlib import rfloat
 from rpython.rtyper.lltypesystem.module.test.test_ll_math import (MathTests,
-                                                                  getTester)
+                                                                  get_tester)
 
 consistent_host = True
 if '__pypy__' not in sys.builtin_module_names:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to