diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-25 01:02:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-25 01:02:13 +0100 |
commit | 37f35d2a03409e0d52232d4c4f956ec8637d4884 (patch) | |
tree | b7e55eeb80312e4d5caabfaf9f507ab3acf65af6 /source4/scripting/python/samba/tests | |
parent | 8afcbdcfe71fad0f6a22314de16ac047148d42b8 (diff) | |
download | samba-37f35d2a03409e0d52232d4c4f956ec8637d4884.tar.gz samba-37f35d2a03409e0d52232d4c4f956ec8637d4884.tar.xz samba-37f35d2a03409e0d52232d4c4f956ec8637d4884.zip |
python/provision: Reconcile code partitions-only provisioning and generic provisioning, some other minor refactoring of the provisioning.
Pair-programmed by Andrew and me using obby :-)
(This used to be commit 688adcbb635af87fcfedb869b7f1857a947fd2f9)
Diffstat (limited to 'source4/scripting/python/samba/tests')
-rw-r--r-- | source4/scripting/python/samba/tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/__init__.py b/source4/scripting/python/samba/tests/__init__.py index 6fbf4203395..9839811470a 100644 --- a/source4/scripting/python/samba/tests/__init__.py +++ b/source4/scripting/python/samba/tests/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Unix SMB/CIFS implementation. -# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007 +# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007-2008 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |