From 4236ec9d6d128467b7f9e5306ed94b2bd025f9ad Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 6 Jan 2011 12:40:07 +0100 Subject: Remove unused imports. --- source4/dsdb/tests/python/urgent_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python/urgent_replication.py') 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 -- cgit v1.2.1