##// END OF EJS Templates
Merge pull request #8561 from ipython/Carreau-patch-1-2...
Min RK -
r21496:b754d5ea merge
parent child Browse files
Show More
@@ -28,5 +28,5 b' maintained here for backwards compatablitiy with old SymPy versions.'
28 import warnings
28 import warnings
29
29
30 def load_ipython_extension(ip):
30 def load_ipython_extension(ip):
31 warnings.warn("The sympyprinting extension as move to `sympy`, "
31 warnings.warn("The sympyprinting extension has moved to `sympy`, "
32 "use `from sympy import init_printing; init_printing()`")
32 "use `from sympy import init_printing; init_printing()`")
General Comments 0
You need to be logged in to leave comments. Login now