##// END OF EJS Templates
Use IPython.external for pexpect import....
Fernando Perez -
Show More
@@ -35,8 +35,9 b' import optparse'
35 import os
35 import os
36 import sys
36 import sys
37
37
38 # Third-party modules.
38 # Third-party modules: we carry a copy of pexpect to reduce the need for
39 import pexpect
39 # external dependencies, but our import checks for a system version first.
40 from IPython.external import pexpect
40
41
41 # Global usage strings, to avoid indentation issues when typing it below.
42 # Global usage strings, to avoid indentation issues when typing it below.
42 USAGE = """
43 USAGE = """
General Comments 0
You need to be logged in to leave comments. Login now