pydot / pydot-ng

Python interface to Graphviz's Dot language compatible with Python 2 nad Python 3
MIT License
22 stars 10 forks source link

Use warnings for import error #48

Closed prmtl closed 5 years ago

prmtl commented 5 years ago

Using warnings instead of print will allow better control over if and how print information about not being able to import dotparser.

Fixes #34