irunner.py => lib/irunner.py and imports updated.

This commit is contained in:
Brian Granger 2009-07-02 09:12:10 -07:00
parent 84df0f39f7
commit 9e7706b8e8

View File

@ -99,7 +99,7 @@ if not os.name == 'posix':
EXCLUDE.append(pjoin('IPython', 'platutils_posix'))
if not have_pexpect:
EXCLUDE.append(pjoin('IPython', 'irunner'))
EXCLUDE.append(pjoin('IPython', 'lib', 'irunner'))
# This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
if sys.platform == 'win32':