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