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/tests/samdb.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/scripting/python/samba/tests/samdb.py') diff --git a/source4/scripting/python/samba/tests/samdb.py b/source4/scripting/python/samba/tests/samdb.py index 1536f163d12..cedb0d0baf2 100644 --- a/source4/scripting/python/samba/tests/samdb.py +++ b/source4/scripting/python/samba/tests/samdb.py @@ -16,6 +16,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # + +"""Tests for samba.samdb.""" + import logging import os import uuid -- cgit