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:
parent
ebdbf9bd90
commit
28f47112d7
@ -38,6 +38,7 @@ samba.ensure_external_module("testtools", "testtools")
|
|||||||
samba.ensure_external_module("subunit", "subunit/python")
|
samba.ensure_external_module("subunit", "subunit/python")
|
||||||
|
|
||||||
from ldb import (
|
from ldb import (
|
||||||
|
ERR_NO_SUCH_OBJECT,
|
||||||
LdbError,
|
LdbError,
|
||||||
SCOPE_BASE,
|
SCOPE_BASE,
|
||||||
Message,
|
Message,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user