##// END OF EJS Templates
Merge pull request #5835 from minrk/v2-typo...
Merge pull request #5835 from minrk/v2-typo fix typo in v2 convert

File last commit:

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