##// END OF EJS Templates
Add %alias_magic examples (t -> timeit, whereami -> pwd).
Add %alias_magic examples (t -> timeit, whereami -> pwd).

File last commit:

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