[pypy-commit] pypy split-rpython: Fixed import in test_direct

Aquana noreply at buildbot.pypy.org
Fri Jan 11 22:28:20 CET 2013


Author: Alexander Hesse <webmaster at aquanasoft.de>
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:


More information about the pypy-commit mailing list