##// END OF EJS Templates
Merge pull request #490 from mspacek/svg-unicode...
Merge pull request #490 from mspacek/svg-unicode fix UnicodeEncodeError writing SVG string to .svg file closes gh-489

File last commit:

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