summaryrefslogtreecommitdiff
path: root/source4/lib/registry/registry.i
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-14 12:20:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-14 12:20:12 +0200
commit3443954c2bf971c3506aa40667989a10d5769706 (patch)
treed5404560c81d083aa4047efe5382907eadfc089d /source4/lib/registry/registry.i
parent5bc9ef0e33ed2827cbd2ab03b58a6de9220ad86d (diff)
downloadsamba-3443954c2bf971c3506aa40667989a10d5769706.tar.gz
samba-3443954c2bf971c3506aa40667989a10d5769706.tar.bz2
samba-3443954c2bf971c3506aa40667989a10d5769706.zip
Use proper python errors.
(This used to be commit f54084b65fce67457cb838544c83ceb17c7d88db)
Diffstat (limited to 'source4/lib/registry/registry.i')
-rw-r--r--source4/lib/registry/registry.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/registry.i b/source4/lib/registry/registry.i
index 9420ba2014..c55197c3d0 100644
--- a/source4/lib/registry/registry.i
+++ b/source4/lib/registry/registry.i
@@ -35,6 +35,7 @@
typedef struct registry_context reg;
typedef struct hive_key hive_key;
%}
+%include "../../libcli/util/errors.i"
/* FIXME: This should be in another file */
%typemap(default,noblock=1) struct auth_session_info * {
@@ -44,7 +45,6 @@ typedef struct hive_key hive_key;
%import "stdint.i"
%import "../../lib/talloc/talloc.i"
%import "../../auth/credentials/credentials.i"
-%import "../../libcli/util/errors.i"
%import "../../param/param.i"
%import "../events/events.i"