diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 23:00:23 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 23:00:23 +0100 |
commit | 0d585a67ed469a0657ae8c40098f5b862e8e4084 (patch) | |
tree | 8029501543c6a239029ef6126a5d8bc6ba406191 /source4/scripting | |
parent | 94ed43390cce2e4a09af9e0f94797852c0075863 (diff) | |
download | samba-0d585a67ed469a0657ae8c40098f5b862e8e4084.tar.gz samba-0d585a67ed469a0657ae8c40098f5b862e8e4084.tar.bz2 samba-0d585a67ed469a0657ae8c40098f5b862e8e4084.zip |
Support subtypes of ldb.Ldb.
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 3711ed7bab..568092926f 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -41,7 +41,7 @@ from samba.idmap import IDmapDB import security import urllib from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE, LdbError, \ - LDB_ERR_NO_SUCH_OBJECT, timestring, CHANGETYPE_MODIFY, CHANGETYPE_NONE + timestring, CHANGETYPE_MODIFY, CHANGETYPE_NONE __docformat__ = "restructuredText" |