diff options
Diffstat (limited to 'source4/lib/ldb/tests/python')
| -rwxr-xr-x | source4/lib/ldb/tests/python/urgent_replication.py | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/lib/ldb/tests/python/urgent_replication.py b/source4/lib/ldb/tests/python/urgent_replication.py index 28b3a5fa78..86d6d6515a 100755 --- a/source4/lib/ldb/tests/python/urgent_replication.py +++ b/source4/lib/ldb/tests/python/urgent_replication.py @@ -13,10 +13,8 @@ sys.path.append("../lib/testtools")  import samba.getopt as options  from samba.auth import system_session -from ldb import SCOPE_BASE, LdbError -from ldb import ERR_NO_SUCH_OBJECT -from ldb import Message, MessageElement, Dn -from ldb import FLAG_MOD_REPLACE +from ldb import (SCOPE_BASE, LdbError, ERR_NO_SUCH_OBJECT, Message, +    MessageElement, Dn, FLAG_MOD_REPLACE)  from samba import Ldb  from samba import glue  | 
