python/graph: module for generating ASCII and graphviz visualisations
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Jan 2018 02:25:22 +0000 (15:25 +1300)
committerKarolin Seeger <kseeger@samba.org>
Sat, 13 Jan 2018 16:37:07 +0000 (17:37 +0100)
commitcebad22ce021ce9051fbe664bc699677796e0fb3
treeb0471b4c249d060f16be98b8aa07bfd510638d03
parentb4a90a650e969cd65b5104d37e9c57275909b336
python/graph: module for generating ASCII and graphviz visualisations

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/graph.py [new file with mode: 0644]
python/samba/tests/graph.py [new file with mode: 0644]
selftest/tests.py