diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-03-29 15:43:43 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-03-29 18:05:29 +0200 |
commit | 89aa3b766b926d19dac4805a7e72433e497ce872 (patch) | |
tree | af8db31d184f734fee3abfe853374f8dd91cd663 /source4/lib/ldb/tests/python/acl.py | |
parent | 87ad4e990be2a763af9f45c0857b5de654cf2e1b (diff) | |
download | samba-89aa3b766b926d19dac4805a7e72433e497ce872.tar.gz samba-89aa3b766b926d19dac4805a7e72433e497ce872.tar.bz2 samba-89aa3b766b926d19dac4805a7e72433e497ce872.zip |
s4-python: Format to PEP8, simplify tests.
Diffstat (limited to 'source4/lib/ldb/tests/python/acl.py')
-rwxr-xr-x | source4/lib/ldb/tests/python/acl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/python/acl.py b/source4/lib/ldb/tests/python/acl.py index e4c531af30..4f320ee668 100755 --- a/source4/lib/ldb/tests/python/acl.py +++ b/source4/lib/ldb/tests/python/acl.py @@ -86,7 +86,7 @@ class AclTests(unittest.TestCase): def modify_desc(self, object_dn, desc): """ Modify security descriptor using either SDDL string or security.descriptor object - """ + """ assert(isinstance(desc, str) or isinstance(desc, security.descriptor)) mod = """ dn: """ + object_dn + """ |