##// 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:

r3410:21647ae3
r7992:1c1222fa
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *