diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-05 16:56:27 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-05 17:27:05 +0100 |
commit | 52d64c53b9ac2abd25c4411b2bcb770e6ab89632 (patch) | |
tree | a5e835176c27c599396d3bc74d51ec5d9cb145a8 /source4/scripting/python/samba/tests/messaging.py | |
parent | 496ef92b09180cb13ddf0b29fd90abdf72c7a423 (diff) | |
download | samba-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/messaging.py')
-rw-r--r-- | source4/scripting/python/samba/tests/messaging.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/messaging.py b/source4/scripting/python/samba/tests/messaging.py index 91cf024555b..d2a0b73775f 100644 --- a/source4/scripting/python/samba/tests/messaging.py +++ b/source4/scripting/python/samba/tests/messaging.py @@ -18,6 +18,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +"""Tests for samba.messaging.""" + from samba.messaging import Messaging from samba.tests import TestCase |