All "from sympy import *" rewritten to explicit imports (#670).
commit9cf6f64b3d19d898fc3edf0fa895443e91e70f89
authorOndrej Certik <ondrej@certik.cz>
Sat, 2 Feb 2008 18:08:30 +0000 (2 19:08 +0100)
committerOndrej Certik <ondrej@certik.cz>
Sat, 2 Feb 2008 18:08:30 +0000 (2 19:08 +0100)
tree697f63a1376dbd5e92885322a73a9468603e7393
parent0839bcaa5a17fd6ed971dbcae2c97673a788dedf
All "from sympy import *" rewritten to explicit imports (#670).

Except the numerics module, that is going to be removed anyway, since all
the functionality is (or should be) implemented in mpmath.
* * *
33 files changed:
sympy/concrete/tests/test_products.py
sympy/core/tests/test_complex.py
sympy/core/tests/test_count_ops.py
sympy/core/tests/test_eval.py
sympy/functions/combinatorial/tests/test_factorials.py
sympy/functions/combinatorial/tests/test_numbers.py
sympy/functions/elementary/tests/test_complexes.py
sympy/functions/elementary/tests/test_exponential.py
sympy/functions/elementary/tests/test_hyperbolic.py
sympy/functions/elementary/tests/test_integers.py
sympy/functions/elementary/tests/test_trigonometric.py
sympy/functions/special/tests/test_error_functions.py
sympy/functions/special/tests/test_gamma_functions.py
sympy/functions/special/tests/test_polynomials.py
sympy/functions/special/tests/test_zeta_functions.py
sympy/geometry/tests/test_geometry.py
sympy/integrals/tests/test_risch.py
sympy/matrices/tests/test_matrices.py
sympy/ntheory/tests/test_ntheory.py
sympy/physics/tests/test_units.py
sympy/plotting/tests/test_plotting.py
sympy/printing/tests/test_latex.py
sympy/printing/tests/test_mathml.py
sympy/printing/tests/test_pretty.py
sympy/printing/tests/test_pretty_unicode.py
sympy/series/tests/test_limit_series.py
sympy/series/tests/test_oseries.py
sympy/series/tests/test_series.py
sympy/simplify/tests/test_rootof.py
sympy/simplify/tests/test_simplify.py
sympy/solvers/tests/test_recurr.py
sympy/solvers/tests/test_solvers.py
sympy/statistics/tests/test_statistics.py