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/registry.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting/python/samba/tests/registry.py') diff --git a/source4/scripting/python/samba/tests/registry.py b/source4/scripting/python/samba/tests/registry.py index d01ebff909b..97926850d2d 100644 --- a/source4/scripting/python/samba/tests/registry.py +++ b/source4/scripting/python/samba/tests/registry.py @@ -17,6 +17,8 @@ # along with this program. If not, see . # +"""Tests for samba.registry.""" + import os from samba import registry import samba.tests -- cgit