##// END OF EJS Templates
Removed funky javascript loading mechanism...
Removed funky javascript loading mechanism NOTE: UNTIL THE NEW JS LOADING MECHANISM IS IN PLACE, THIS BREAKS THE SYSTEM

File last commit:

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