You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
svglib3 exists and the main thing required to make it work is changing the imports in suml2pic.py and yuml2dot.py from import common to from . import common. I think that notation is also Python2 compatible so it should be a good thing to change.
The text was updated successfully, but these errors were encountered:
svglib3 exists and the main thing required to make it work is changing the imports in
suml2pic.py
andyuml2dot.py
fromimport common
tofrom . import common
. I think that notation is also Python2 compatible so it should be a good thing to change.The text was updated successfully, but these errors were encountered: