1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-20 08:59:06 +03:00

s4-python: Add some more module docstrings.

This commit is contained in:
Jelmer Vernooij
2010-12-05 16:56:27 +01:00
parent 496ef92b09
commit 52d64c53b9
16 changed files with 33 additions and 0 deletions

View File

@ -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