##// END OF EJS Templates
Fix for checking submodules location...
Thomas Kluyver -
Show More
@@ -381,7 +381,7 b' def check_for_submodules():'
381 """
381 """
382 here = os.path.dirname(__file__)
382 here = os.path.dirname(__file__)
383 submodules = [
383 submodules = [
384 os.path.join(here, 'IPython', 'frontend', 'html', 'notebook', 'static', 'external')
384 os.path.join(here, 'IPython', 'frontend', 'html', 'notebook', 'static', 'components')
385 ]
385 ]
386 for submodule in submodules:
386 for submodule in submodules:
387 if not os.path.exists(submodule):
387 if not os.path.exists(submodule):
General Comments 0
You need to be logged in to leave comments. Login now