##// END OF EJS Templates
Updating JS URL scheme to use embedded data....
Updating JS URL scheme to use embedded data. All ajax requests from JS now use the data-base-project-url and data-base-kernel-url data attributes set on the body.

File last commit:

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