##// END OF EJS Templates
Merge pull request #7494 from Carreau/slowrem...
Merge pull request #7494 from Carreau/slowrem Reload list after creating a new folder in promises.

File last commit:

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