##// END OF EJS Templates
Fix test I broke when moving a file.
Fernando Perez -
Show More
@@ -21,7 +21,7 b' from nose.tools import assert_equal'
21 21
22 22 from IPython.frontend.prefilterfrontend import PrefilterFrontEnd
23 23 from IPython.core.ipapi import get as get_ipython0
24 from IPython.testing.plugin.ipdoctest import default_argv
24 from IPython.testing.tools import default_argv
25 25
26 26 #-----------------------------------------------------------------------------
27 27 # Support utilities
General Comments 0
You need to be logged in to leave comments. Login now