##// END OF EJS Templates
Merge pull request #7114 from Carreau/fix-master-mistune-0.5...
Merge pull request #7114 from Carreau/fix-master-mistune-0.5 fix for mistume 0.5

File last commit:

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