Skip to content

Commit

Permalink
Deprecate sympy_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 2, 2017
1 parent 83bd7ae commit 0882f72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symengine/sympy_compat.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
import warnings
warnings.warn("sympy_compat module is deprecated. Use `import symengine` instead", DeprecationWarning,
stacklevel=2)
from symengine import *

0 comments on commit 0882f72

Please sign in to comment.