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/hostconfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/scripting/python/samba/tests/hostconfig.py') diff --git a/source4/scripting/python/samba/tests/hostconfig.py b/source4/scripting/python/samba/tests/hostconfig.py index 6f5f7f7c737..78ca6202b2c 100644 --- a/source4/scripting/python/samba/tests/hostconfig.py +++ b/source4/scripting/python/samba/tests/hostconfig.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.hostconfig.""" + from samba.hostconfig import SharesContainer from samba.tests import TestCase -- cgit