##// END OF EJS Templates
cleanup parallel traits...
cleanup parallel traits * eliminate use of CUnicode * eliminate use of Str * all remaining CStr will become CBytes

File last commit:

r3408:261328d5
r3988:5f4abd15
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from configobj import *
except ImportError:
from _configobj import *