##// END OF EJS Templates
starting the tour from the menu works now...
starting the tour from the menu works now JavaScript makes me fond of this phrase: When there's nothing left to burn, you have to set yourself on fire.

File last commit:

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