removed casperjs dir

This commit is contained in:
Jonathan Frederic 2014-02-07 21:17:05 -08:00
parent 67a7cd1b33
commit b5d465e3c7

View File

@ -163,7 +163,7 @@ js_prefix = 'js/'
def get_js_test_dir(): def get_js_test_dir():
import IPython.html.tests as t 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(): def all_js_groups():
import glob import glob