scruffy
scruffy copied to clipboard
Python 3 compatible
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.