##// END OF EJS Templates
Merge branch 'ellisonbg-nb-bugfixes'...
Merge branch 'ellisonbg-nb-bugfixes' - remove stable urls for notebooks that were causing nasty problems with notebook renames. - ctrl-enter now leaves input in place. - add info messages to http errors

File last commit:

r3408:261328d5
r4679:b28881bf merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *