summaryrefslogtreecommitdiff
path: root/trunk/Examples/python/java/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Examples/python/java/example.i')
-rw-r--r--trunk/Examples/python/java/example.i9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/Examples/python/java/example.i b/trunk/Examples/python/java/example.i
new file mode 100644
index 000000000..13d5b5e70
--- /dev/null
+++ b/trunk/Examples/python/java/example.i
@@ -0,0 +1,9 @@
+%module example
+%include <cni.i>
+
+%{
+#include "Example.h"
+%}
+
+
+%include Example.h