aivarsk / scruffy

Makes SVG shapes look hand-drawn and creates UML diagrams using yUML (http://yuml.me) syntax
318 stars 60 forks source link

Python 3 compatible #22

Open wernight opened 8 years ago

wernight commented 8 years ago

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.