##// END OF EJS Templates
Merge pull request #3934 from jdfreder/backport_fixes2...
r12049:7097f143 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *