summaryrefslogtreecommitdiff
path: root/trunk/Examples/python/import/foo.i
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Examples/python/import/foo.i')
-rw-r--r--trunk/Examples/python/import/foo.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/Examples/python/import/foo.i b/trunk/Examples/python/import/foo.i
new file mode 100644
index 000000000..27feb2e6a
--- /dev/null
+++ b/trunk/Examples/python/import/foo.i
@@ -0,0 +1,8 @@
+%module foo
+%{
+#include "foo.h"
+%}
+
+%import base.i
+%include "foo.h"
+