##// END OF EJS Templates
Merge pull request #5105 from akrherz/1.x...
Merge pull request #5105 from akrherz/1.x add index to format to support py2.6, closes #5101

File last commit:

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