##// END OF EJS Templates
Merge pull request #4787 from sn6uv/master...
Merge pull request #4787 from sn6uv/master Don't execute guiref code in qtconsole unless kernel is Python

File last commit:

r13347:54891794
r14170:591ffc66 merge
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *