##// END OF EJS Templates
Some template static_url tweaks...
Some template static_url tweaks - don't try to include version in static_urls that don't point to files - use full static_urls (with extension) for backbone and underscore, so version can be computed closes #5141

File last commit:

r10951:31998f30
r15352:c586bb97
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *