1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-07 00:58:40 +03:00

s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to us

We've lost this import somehow, now it is back in :)
This commit is contained in:
Kamen Mazdrashki 2010-12-01 21:01:47 +02:00
parent ebdbf9bd90
commit 28f47112d7

View File

@ -38,6 +38,7 @@ samba.ensure_external_module("testtools", "testtools")
samba.ensure_external_module("subunit", "subunit/python")
from ldb import (
ERR_NO_SUCH_OBJECT,
LdbError,
SCOPE_BASE,
Message,