summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/li_std_set.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/li_std_set.i')
-rw-r--r--Examples/test-suite/python/li_std_set.i17
1 files changed, 0 insertions, 17 deletions
diff --git a/Examples/test-suite/python/li_std_set.i b/Examples/test-suite/python/li_std_set.i
deleted file mode 100644
index f0fddb058..000000000
--- a/Examples/test-suite/python/li_std_set.i
+++ /dev/null
@@ -1,17 +0,0 @@
-%module li_std_set
-
-%include <std_string.i>
-%include <std_set.i>
-%include <std_multiset.i>
-%include <std_vector.i>
-
-%template(set_string) std::set<std::string>;
-%template(set_int) std::multiset<int>;
-
-
-%template(v_int) std::vector<int>;
-
-
-
-
-%template(pyset) std::set<swig::PyObject_ptr>;