Fixing imports in setupbase.py.

pull/37/head
Brian E. Granger 13 years ago committed by MinRK
parent 072a94370d
commit 1c478745fa

@ -354,7 +354,8 @@ def check_for_dependencies():
print_line, print_raw, print_status,
check_for_sphinx, check_for_pygments,
check_for_nose, check_for_pexpect,
check_for_pyzmq, check_for_readline
check_for_pyzmq, check_for_readline,
check_for_jinja2, check_for_markdown
)
print_line()
print_raw("BUILDING IPYTHON")

Loading…
Cancel
Save