1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

Fix more pep8 issues in code I touched recently.

Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Change-Id: I35f3204bdf5d00b3280d703427ded2fa2163a6f7
This commit is contained in:
Jelmer Vernooij
2014-06-02 02:53:01 +02:00
committed by Andrew Bartlett
parent 9a014d265b
commit 0c24085317
9 changed files with 78 additions and 39 deletions

View File

@ -186,12 +186,12 @@ class Samba3SamTestCase(MapBaseTestCase):
def test_s3sam_modify(self):
# Adding a record that will be fallbacked
self.ldb.add({"dn": "cn=Foo",
self.ldb.add({
"dn": "cn=Foo",
"foo": "bar",
"blah": "Blie",
"cn": "Foo",
"showInAdvancedViewOnly": "TRUE"}
)
"showInAdvancedViewOnly": "TRUE"})
# Checking for existence of record (local)
# TODO: This record must be searched in the local database, which is