##// END OF EJS Templates
DOC: Remove regression from qt-console docs....
DOC: Remove regression from qt-console docs. Issue #629 is closed. Remove related note from docs.

File last commit:

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