##// END OF EJS Templates
fix logic for append_javascript...
fix logic for append_javascript PR #2911 results in appending javascript even if dynamic is false, so in current master all javascript outputs are actually run at load.

File last commit:

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