##// END OF EJS Templates
Merge pull request #3485 from asmeurer/sympy...
Merge pull request #3485 from asmeurer/sympy SymPy has changed its recommended way to initialize printing

File last commit:

r3408:261328d5
r11072:dd706308 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *