##// END OF EJS Templates
Merge pull request #859 from djv/master...
Merge pull request #859 from djv/master Fix for issue #800

File last commit:

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