summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/messaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/messaging.py')
-rw-r--r--source4/scripting/python/samba/tests/messaging.py2
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