##// END OF EJS Templates
Correct order of packages for unicode
Correct order of packages for unicode

File last commit:

r13347:54891794
r14214:f9c32fce
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *