##// END OF EJS Templates
Merge pull request #6881 from jasongrout/template-blocks...
Merge pull request #6881 from jasongrout/template-blocks Make favicon and logo images blocks in the template

File last commit:

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