##// END OF EJS Templates
avoid executing code in utils.localinterfaces at import time...
avoid executing code in utils.localinterfaces at import time moves away from global constants to utility functions. The code is still only executed once, but instead of at import time, it is executed at first request.

File last commit:

r11034:3d78ea30
r12591:5d0418a8
Show More
.gitmodules
3 lines | 121 B | text/plain | TextLexer
MinRK
add ipython-components as submodule
r10472 [submodule "components"]
MinRK
re-add components submodule
r11034 path = IPython/html/static/components
MinRK
use https for submodule
r10535 url = https://github.com/ipython/ipython-components.git