##// END OF EJS Templates
Added Javascript to HTML exporter's display priority list
Added Javascript to HTML exporter's display priority list

File last commit:

r13347:54891794
r15547:0bfd87fc
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *