[pypy-commit] pypy py3tests: fix cmath

rlamy pypy.commits at gmail.com
Tue Apr 17 21:21:51 EDT 2018


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3tests
Changeset: r94369:e388019b5e34
Date: 2018-04-18 02:21 +0100
http://bitbucket.org/pypy/pypy/changeset/e388019b5e34/

Log:	fix cmath

diff --git a/pypy/module/cmath/interp_cmath.py b/pypy/module/cmath/interp_cmath.py
--- a/pypy/module/cmath/interp_cmath.py
+++ b/pypy/module/cmath/interp_cmath.py
@@ -3,7 +3,7 @@
 from rpython.tool.sourcetools import func_with_new_name
 from pypy.interpreter.error import oefmt
 from pypy.interpreter.gateway import unwrap_spec
-from pypy.module.cmath import names_and_docstrings
+from pypy.module.cmath.moduledef import names_and_docstrings
 from rpython.rlib import rcomplex, rfloat
 
 pi = math.pi


More information about the pypy-commit mailing list