s4:provision Split ProvisionBackend out of the main provision script
authorAndrew Bartlett <abartlet@samba.org>
Fri, 30 Oct 2009 04:18:42 +0000 (15:18 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Nov 2009 05:36:56 +0000 (16:36 +1100)
commit6439bdeb3a50aaeb1a9c431b9036c44810d9a5e3
tree1afd0997c4d0ee5e1b4a071c5c3b799e43cc74b8
parentaa37db5a12fcd8f9d9cba56378953f1c16de6d46
s4:provision Split ProvisionBackend out of the main provision script

This splits the code, while keeping the original behaviour.  The
provision.py file had become just too long.

Andrew Bartlett
source4/scripting/python/samba/__init__.py
source4/scripting/python/samba/provision.py
source4/scripting/python/samba/provisionbackend.py [new file with mode: 0644]