##// END OF EJS Templates
Fixing imports in setupbase.py.
Brian E. Granger -
Show More
@@ -354,7 +354,8 b' def check_for_dependencies():'
354 354 print_line, print_raw, print_status,
355 355 check_for_sphinx, check_for_pygments,
356 356 check_for_nose, check_for_pexpect,
357 check_for_pyzmq, check_for_readline
357 check_for_pyzmq, check_for_readline,
358 check_for_jinja2, check_for_markdown
358 359 )
359 360 print_line()
360 361 print_raw("BUILDING IPYTHON")
General Comments 0
You need to be logged in to leave comments. Login now