From b5d465e3c767d5eadb3a4b73101011ebf657fe63 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Fri, 7 Feb 2014 21:17:05 -0800 Subject: [PATCH] removed `casperjs` dir --- IPython/testing/iptestcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptestcontroller.py b/IPython/testing/iptestcontroller.py index 643262075..e72e77e30 100644 --- a/IPython/testing/iptestcontroller.py +++ b/IPython/testing/iptestcontroller.py @@ -163,7 +163,7 @@ js_prefix = 'js/' def get_js_test_dir(): import IPython.html.tests as t - return os.path.join(os.path.dirname(t.__file__), 'casperjs','') + return os.path.join(os.path.dirname(t.__file__), '') def all_js_groups(): import glob