summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Brej <cbrej@cs.man.ac.uk>2010-08-06 15:43:10 +0100
committerCharlie Brej <cbrej@cs.man.ac.uk>2010-08-06 15:43:10 +0100
commit82b6670632b1b590f98d789fe53f8d4fe415e7f2 (patch)
tree723302cbe19273ebfec02458137f8986c679352b
parent5533863393bd286cf6aa005dc1b120b05adbaa81 (diff)
The Swig rename strip commands dont work well, so will live without them
Instead in pyton use "from tidbit import *" to get the full functions directly in the root name space.
-rw-r--r--src/bindings/tidbit.i7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bindings/tidbit.i b/src/bindings/tidbit.i
index b25ecbd..871eced 100644
--- a/src/bindings/tidbit.i
+++ b/src/bindings/tidbit.i
@@ -1,6 +1,9 @@
-%rename("%(strip:[tidbit_])s") "";
-%rename("%(strip:[TIDBIT_])s") "";
%module tidbit
+
+//%rename("%(strip:[TIDBIT_])s") "";
+//%rename("%(strip:[tidbit_])s") "";
+
+
%{
/* Put headers and other declarations here */
#define SWIG_FILE_WITH_INIT