summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/urgent_replication.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-01-06 12:40:07 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-06 15:21:21 +0100
commit4236ec9d6d128467b7f9e5306ed94b2bd025f9ad (patch)
tree076b02c49493e55cd931126e65f7128a02d8daee /source4/dsdb/tests/python/urgent_replication.py
parent24d5a7202ab521b92eb07c93647ae2d381e181a5 (diff)
downloadsamba-4236ec9d6d128467b7f9e5306ed94b2bd025f9ad.tar.gz
Remove unused imports.
Diffstat (limited to 'source4/dsdb/tests/python/urgent_replication.py')
-rwxr-xr-xsource4/dsdb/tests/python/urgent_replication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py
index 946d7d7f34e..f35dc6dfdb0 100755
--- a/source4/dsdb/tests/python/urgent_replication.py
+++ b/source4/dsdb/tests/python/urgent_replication.py
@@ -13,7 +13,7 @@ samba.ensure_external_module("subunit", "subunit/python")
import samba.getopt as options
from samba.auth import system_session
-from ldb import (SCOPE_BASE, LdbError, ERR_NO_SUCH_OBJECT, Message,
+from ldb import (LdbError, ERR_NO_SUCH_OBJECT, Message,
MessageElement, Dn, FLAG_MOD_REPLACE)
from samba.samdb import SamDB
import samba.tests