diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-16 14:18:51 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-16 15:58:04 +0200 |
commit | c0d4f2462f75e0bc0545402b76984b4e6fcb13f1 (patch) | |
tree | 03ca71b2ee0775e0e5ab77ddace58fd1c5936c1e /source4/scripting/python/samba/tests/messaging.py | |
parent | 0ff2ea56d97cd8df7abeea8e819d7ec0bfd5b886 (diff) | |
download | samba-c0d4f2462f75e0bc0545402b76984b4e6fcb13f1.tar.gz samba-c0d4f2462f75e0bc0545402b76984b4e6fcb13f1.tar.xz samba-c0d4f2462f75e0bc0545402b76984b4e6fcb13f1.zip |
s4-python: Formatting fixes, break lines.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Sun Sep 16 15:58:04 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/scripting/python/samba/tests/messaging.py')
-rw-r--r-- | source4/scripting/python/samba/tests/messaging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/messaging.py b/source4/scripting/python/samba/tests/messaging.py index b6c9a0abbce..fd9aa8ef82e 100644 --- a/source4/scripting/python/samba/tests/messaging.py +++ b/source4/scripting/python/samba/tests/messaging.py @@ -26,7 +26,7 @@ class MessagingTests(TestCase): def get_context(self, *args, **kwargs): return Messaging(*args, **kwargs) - + def test_register(self): x = self.get_context() def callback(): |