Author: Ronan Lamy <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
