##// END OF EJS Templates
Merge pull request #6810 from minrk/system-wide-config...
Merge pull request #6810 from minrk/system-wide-config add system-wide IPython config

File last commit:

r13347:54891794
r18539:8e1f0a0d merge
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *