From 1c478745fa1d4ae3ed5bb45f4b120eff8367672c Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Sun, 30 Jun 2013 15:48:45 -0700 Subject: [PATCH] Fixing imports in setupbase.py. --- setupbase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index ed8bad651..84f7c0642 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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")