KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 3 Jun 2015 23:16:15 +0000 (11:16 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:13 +0000 (06:57 +0200)
commit7cd35051c80a01fbe289f73b3f57180d997d523f
treeca5d493e096b68550ba96fcb2fa565c7f3308e81
parentf37b89c157f0f439e3c5edb24419ba5efed180b0
KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}

The debug module contains debug functions and colours.

Graph_utils keeps the DOT file generation and graph verification code.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/kcc/__init__.py
python/samba/kcc/debug.py [new file with mode: 0644]
python/samba/kcc/graph_utils.py [moved from python/samba/graph_utils.py with 96% similarity]
source4/scripting/bin/samba_kcc