KCC: split kcc_utils into samba.kcc.{kcc_utils,graph}
commitb0e6a7436233c39f1ebf1a40e4c6cc495ed926f9
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Jun 2015 04:42:37 +0000 (10 16:42 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:13 +0000 (12 06:57 +0200)
tree2505791972c1b64cc9483164452bd6d86c81ad85
parent8d6f256f381abf1d932bfecb6542590eae9a5f32
KCC: split kcc_utils into samba.kcc.{kcc_utils,graph}

graph.py has the intersite graph stuff.
kcc_utils does intrasite, namespace, &cetera.

The wildcard imports are tidied up, so samba_kcc imports unix2nttime
directly rather than letting it fall out of kcc_utils.

Intersite graph functions samba/kcc/__init__.py are also shifted into
graph.py.

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/graph.py [new file with mode: 0644]
python/samba/kcc/kcc_utils.py [moved from python/samba/kcc_utils.py with 94% similarity]
source4/scripting/bin/samba_kcc