##// END OF EJS Templates
Missing end if
Missing end if

File last commit:

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