summaryrefslogtreecommitdiff
path: root/Examples/python/exception/example.i
blob: 08672c3a8601ac245b53697f9e9c90be2560d43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* File : example.i */
%module example

%{
#include "example.h"
%}

%include "std_string.i"

/* Let's just grab the original header file here */
%include "example.h"