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/security.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/security.py')
| -rw-r--r-- | source4/scripting/python/samba/tests/security.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/security.py b/source4/scripting/python/samba/tests/security.py index 22f7df6b1ce..59e31130682 100644 --- a/source4/scripting/python/samba/tests/security.py +++ b/source4/scripting/python/samba/tests/security.py @@ -17,6 +17,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # +"""Tests for samba.dcerpc.security.""" + import samba.tests from samba.dcerpc import security |
