diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-12-01 21:01:47 +0200 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-12-02 19:02:53 +0200 |
commit | 28f47112d73502204b3571cbdbe32f24e128309e (patch) | |
tree | 3af76dc7c0bbcc841d84eb1827da9d3c5aedf478 /source4/torture/drs | |
parent | ebdbf9bd900f710459804410a4cb2e4504384e42 (diff) | |
download | samba-28f47112d73502204b3571cbdbe32f24e128309e.tar.gz samba-28f47112d73502204b3571cbdbe32f24e128309e.tar.bz2 samba-28f47112d73502204b3571cbdbe32f24e128309e.zip |
s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to us
We've lost this import somehow, now it is back in :)
Diffstat (limited to 'source4/torture/drs')
-rw-r--r-- | source4/torture/drs/python/repl_schema.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/drs/python/repl_schema.py b/source4/torture/drs/python/repl_schema.py index ef810f63bd..7a4c2eaf68 100644 --- a/source4/torture/drs/python/repl_schema.py +++ b/source4/torture/drs/python/repl_schema.py @@ -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, |