s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to us
authorKamen Mazdrashki <kamenim@samba.org>
Wed, 1 Dec 2010 19:01:47 +0000 (21:01 +0200)
committerKamen Mazdrashki <kamenim@samba.org>
Thu, 2 Dec 2010 17:02:53 +0000 (19:02 +0200)
We've lost this import somehow, now it is back in :)

source4/torture/drs/python/repl_schema.py

index ef810f63bd12244a8157aedfc01207ab3ab258db..7a4c2eaf68dd4c847c8069d65f75bc844a9081af 100644 (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,