##// END OF EJS Templates
Tutorial doc should link to user config intro...
Tutorial doc should link to user config intro Not to the config development details.

File last commit:

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