daneads / pycallgraph2

pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
219 stars 34 forks source link

Fixed examples for pycallgraph2 #9

Closed jibel closed 5 years ago

jibel commented 5 years ago

This patch fixes the pycallgraph2 imports in graphiz examples and allows running the examples from any directory. There's a couple of py2 flake8 fixes too.

I ran all the graphviz examples locally and successfully on Ubuntu Disco (dev release)