From 52d64c53b9ac2abd25c4411b2bcb770e6ab89632 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 5 Dec 2010 16:56:27 +0100 Subject: s4-python: Add some more module docstrings. --- source4/scripting/python/samba/upgradehelpers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/python/samba/upgradehelpers.py') diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index ded3ff1307..ddc857e155 100755 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -21,6 +21,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +"""Helers used for upgrading between different database formats.""" import os import string -- cgit