##// END OF EJS Templates
Try including everything...
Try including everything (Trying to get config tests to pass)

File last commit:

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