##// END OF EJS Templates
Disable autocall by default, after feedback on the mailing list....
Disable autocall by default, after feedback on the mailing list. Also removed a redundant autocall help string and the text about the default value, since our config system auto-generates default info.

File last commit:

r4053:b45902e3
r5624:a7d609a4
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *