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