##// END OF EJS Templates
Merge pull request #4295 from mgaitan/1093_boundary_load_magic...
Merge pull request #4295 from mgaitan/1093_boundary_load_magic Implement boundary option for load magic `%load -r 1-10` now does what one should expect. closes #1093

File last commit:

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