##// END OF EJS Templates
add confirm_exit option to qtconsole to suppress exit dialog
add confirm_exit option to qtconsole to suppress exit dialog

File last commit:

r3408:261328d5
r3983:9ab214e6
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *