##// END OF EJS Templates
Backport PR #2063: Remove umlauts so py3 installations on LANG=C systems succeed....
Backport PR #2063: Remove umlauts so py3 installations on LANG=C systems succeed. Closes #2057.

File last commit:

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