summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/hostconfig.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-05 16:56:27 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-05 17:27:05 +0100
commit52d64c53b9ac2abd25c4411b2bcb770e6ab89632 (patch)
treea5e835176c27c599396d3bc74d51ec5d9cb145a8 /source4/scripting/python/samba/tests/hostconfig.py
parent496ef92b09180cb13ddf0b29fd90abdf72c7a423 (diff)
downloadsamba-52d64c53b9ac2abd25c4411b2bcb770e6ab89632.tar.gz
samba-52d64c53b9ac2abd25c4411b2bcb770e6ab89632.tar.xz
samba-52d64c53b9ac2abd25c4411b2bcb770e6ab89632.zip
s4-python: Add some more module docstrings.
Diffstat (limited to 'source4/scripting/python/samba/tests/hostconfig.py')
-rw-r--r--source4/scripting/python/samba/tests/hostconfig.py3
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
#
+
+"""Tests for samba.hostconfig."""
+
from samba.hostconfig import SharesContainer
from samba.tests import TestCase