##// END OF EJS Templates
Make Lorenz differential equations example compatible with Python 3...
Make Lorenz differential equations example compatible with Python 3 Thanks to @franktoffel for pointing this out in #7350

File last commit:

r13347:54891794
r20173:65003d66
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *