##// END OF EJS Templates
Backport PR #2086: re-aliad %ed to %edit in qtconsole...
Backport PR #2086: re-aliad %ed to %edit in qtconsole fixes #2085 should be backported to 0.13.1

File last commit:

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