##// END OF EJS Templates
fix handling of unicode in KV loader...
fix handling of unicode in KV loader CaselessStrEnum had to be updated to typecheck basestring instead of str tests included

File last commit:

r3408:261328d5
r4162:48b0ab3f
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *