diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-19 17:09:52 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-19 22:46:43 +0200 |
| commit | a4f60ffe4bb4e0e32d7cd62dc872b1f23435edca (patch) | |
| tree | e8d23b2dbb40e1e40200cc2e928443b8746d842d /source4/scripting/python/samba | |
| parent | 05b108a06b383f2172a379629b9a6bcff82c6868 (diff) | |
| download | samba-a4f60ffe4bb4e0e32d7cd62dc872b1f23435edca.tar.gz samba-a4f60ffe4bb4e0e32d7cd62dc872b1f23435edca.tar.xz samba-a4f60ffe4bb4e0e32d7cd62dc872b1f23435edca.zip | |
pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.
Diffstat (limited to 'source4/scripting/python/samba')
| -rw-r--r-- | source4/scripting/python/samba/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index d03cdc13a5..2f125e6ba7 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -284,7 +284,7 @@ class Ldb(_Ldb): return dsdb.dsdb_get_oid_from_attid(self, attid) def set_schema_from_ldb(self, ldb): - _glue.dsdb_set_schema_from_ldb(self, ldb) + dsdb.dsdb_set_schema_from_ldb(self, ldb) def write_prefixes_from_schema(self): _glue.dsdb_write_prefixes_from_schema_to_ldb(self) |
