##// END OF EJS Templates
Merge pull request #3581 from damianavila/custom_css...
Merge pull request #3581 from damianavila/custom_css Added the possibility to read a custom.css file for tweaking the final html in full_html and reveal templates.

File last commit:

r3408:261328d5
r11264:4f92707e merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *