Merge pull request #3258 from takluyver/i3257

Fix submodule location in setup.py
Min RK 13 years ago
commit c7e0f2acd6

@ -381,7 +381,7 @@ def check_for_submodules():
"""
here = os.path.dirname(__file__)
submodules = [
os.path.join(here, 'IPython', 'frontend', 'html', 'notebook', 'static', 'external')
os.path.join(here, 'IPython', 'frontend', 'html', 'notebook', 'static', 'components')
]
for submodule in submodules:
if not os.path.exists(submodule):

Loading…
Cancel
Save