##// 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 | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *