KCC: Copy KCC core out of samba_kcc into samba.kcc module
commit94b1258501b717e2173d266dfc118fcd42649ca6
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 4 Jun 2015 22:49:30 +0000 (5 10:49 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:13 +0000 (12 06:57 +0200)
treeaf9f80fdeb166260162ba06fe9cb9f888b543d42
parent6e473c526a59a2c6ef2d4eb5148b2255f4a180c5
KCC: Copy KCC core out of samba_kcc into samba.kcc module

The "module" is not actually used at this point, which is just as well
as it would be utterly broken. This copy is just to show that the
eventual move is really a move and not a complete rewrite.

Note that if this file is not executable (and it really shouldn't be),
this commit causes the samba.tests.source test to fail with "Files
with shebang line that are not executable".

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 [new file with mode: 0755]