##// END OF EJS Templates
Add custom_control and custom_page_control variables to override the Qt widgets used by qtconsole...
Add custom_control and custom_page_control variables to override the Qt widgets used by qtconsole - This will let other project to easily provide its own widgets - Try to fix #1920

File last commit:

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