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/param.py | |
| parent | 496ef92b09180cb13ddf0b29fd90abdf72c7a423 (diff) | |
| download | samba-52d64c53b9ac2abd25c4411b2bcb770e6ab89632.tar.gz samba-52d64c53b9ac2abd25c4411b2bcb770e6ab89632.tar.bz2 samba-52d64c53b9ac2abd25c4411b2bcb770e6ab89632.zip | |
s4-python: Add some more module docstrings.
Diffstat (limited to 'source4/scripting/python/samba/tests/param.py')
| -rw-r--r-- | source4/scripting/python/samba/tests/param.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/param.py b/source4/scripting/python/samba/tests/param.py index 34d6544e3cb..7848e1c23b6 100644 --- a/source4/scripting/python/samba/tests/param.py +++ b/source4/scripting/python/samba/tests/param.py @@ -17,6 +17,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +"""Tests for samba.param.""" + from samba import param import samba.tests |
