diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2018-08-22 18:27:10 +1200 |
---|---|---|
committer | Douglas Bagnall <dbagnall@samba.org> | 2018-08-24 10:58:16 +0200 |
commit | 0f3f63f2d80b023eab9da0db14d65a9069f9e2c4 (patch) | |
tree | e4ab309f4642067d70ea31139bc3289c231b37a4 /python | |
parent | aa5db3da2b399cdcfaa1d9bf0cb0d3ea34140975 (diff) | |
download | samba-0f3f63f2d80b023eab9da0db14d65a9069f9e2c4.tar.gz |
PEP8: line up a couple of lists
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Fri Aug 24 10:58:16 CEST 2018 on sn-devel-144
Diffstat (limited to 'python')
-rw-r--r-- | python/samba/tests/docs.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index c32f894b707..6ffdeab9040 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -160,11 +160,11 @@ class SmbDotConfTests(TestCase): # registry shares appears to need sudo self._set_arbitrary(['bin/testparm'], exceptions=['client lanman auth', - 'client plaintext auth', - 'registry shares', - 'smb ports', - 'rpc server dynamic port range', - 'name resolve order']) + 'client plaintext auth', + 'registry shares', + 'smb ports', + 'rpc server dynamic port range', + 'name resolve order']) self._test_empty(['bin/testparm']) def test_default_s4(self): @@ -172,8 +172,8 @@ class SmbDotConfTests(TestCase): self._set_defaults(['bin/samba-tool', 'testparm']) self._set_arbitrary(['bin/samba-tool', 'testparm'], exceptions=['smb ports', - 'rpc server dynamic port range', - 'name resolve order']) + 'rpc server dynamic port range', + 'name resolve order']) self._test_empty(['bin/samba-tool', 'testparm']) def _test_default(self, program): |