summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/python/std_iostream.i
diff options
context:
space:
mode:
Diffstat (limited to 'share/swig/2.0.11/python/std_iostream.i')
-rw-r--r--share/swig/2.0.11/python/std_iostream.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/swig/2.0.11/python/std_iostream.i b/share/swig/2.0.11/python/std_iostream.i
new file mode 100644
index 0000000..43d6b0c
--- /dev/null
+++ b/share/swig/2.0.11/python/std_iostream.i
@@ -0,0 +1,8 @@
+namespace std
+{
+%callback(1) endl;
+%callback(1) ends;
+%callback(1) flush;
+}
+
+%include <std/std_iostream.i>