mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
irunner.py => lib/irunner.py and imports updated.
This commit is contained in:
parent
84df0f39f7
commit
9e7706b8e8
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user