summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-04-04 00:30:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-04-04 00:30:34 +0200
commitccd954f2a7534cc27afd17b23e2fc838e10cf6b3 (patch)
tree77ae964435274cda044a528dee063887c18f784c /source4/lib
parentaed295b97e649ef7db4300cc400bc2bd9b1a03b0 (diff)
downloadsamba-ccd954f2a7534cc27afd17b23e2fc838e10cf6b3.tar.gz
samba-ccd954f2a7534cc27afd17b23e2fc838e10cf6b3.tar.bz2
samba-ccd954f2a7534cc27afd17b23e2fc838e10cf6b3.zip
s4-python: Avoid importing glue directly.
Diffstat (limited to 'source4/lib')
-rwxr-xr-xsource4/lib/ldb/tests/python/urgent_replication.py6
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