##// END OF EJS Templates
Also unbundle pexpect...
Thomas Spura -
Show More
@@ -0,0 +1,5 b''
1 try:
2 import pexpect
3 from pexpect import *
4 except ImportError:
5 from _pexpect import *
1 NO CONTENT: file renamed from IPython/external/pexpect.py to IPython/external/pexpect/_pexpect.py
General Comments 0
You need to be logged in to leave comments. Login now