##// END OF EJS Templates
Add some tests for assignment from system/magic commands
Add some tests for assignment from system/magic commands

File last commit:

r13347:54891794
r15789:7088edfb
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *