hbmartin / graphviz2drawio

Convert graphviz (dot) files into draw.io / lucid (mxGraph) format
http://graphviz2drawio.rtfd.io
GNU General Public License v3.0
165 stars 33 forks source link

fixup imports for python 3.4 #9

Closed jcaplan closed 5 years ago

jcaplan commented 5 years ago
hbmartin commented 5 years ago

Addressed this in https://github.com/hbmartin/graphviz2drawio/commit/3408687c0dc68a1f0f0c0a9d839c8c306023f76e This approach keeps the main script clean. Thanks for finding and addressing this issue.