summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/teams/pyupm_teams.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/teams/pyupm_teams.i')
-rw-r--r--peripheral/libupm/src/teams/pyupm_teams.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/peripheral/libupm/src/teams/pyupm_teams.i b/peripheral/libupm/src/teams/pyupm_teams.i
deleted file mode 100644
index efce3a1..0000000
--- a/peripheral/libupm/src/teams/pyupm_teams.i
+++ /dev/null
@@ -1,13 +0,0 @@
-// Include doxygen-generated documentation
-%include "pyupm_doxy2swig.i"
-%module pyupm_teams
-%include "../upm.i"
-%include "std_string.i"
-
-%feature("autodoc", "3");
-
-%{
- #include "teams.hpp"
-%}
-%include "teams.hpp"
-