##// END OF EJS Templates
check static path components
MinRK -
Show More
@@ -32,8 +32,9 b' def ipython_parent():'
32 32
33 33 def ipython_submodules(root):
34 34 """return IPython submodules relative to root"""
35 from IPython.frontend.html.notebook import DEFAULT_STATIC_FILES_PATH
35 36 return [
36 pjoin(root, 'IPython', 'frontend', 'html', 'notebook', 'static', 'components'),
37 pjoin(DEFAULT_STATIC_FILES_PATH, 'components')
37 38 ]
38 39
39 40 def is_repo(d):
General Comments 0
You need to be logged in to leave comments. Login now