diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 18:43:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 18:43:51 +0000 |
| commit | b2babc8b0a97b68791304ce899d10a4835db45fb (patch) | |
| tree | f54eb8b0c1139193c6f4d68412aab8bf217e5343 /wrap/ob_python.i | |
| parent | a52a6d96d701c993896f276e4198003317632aaf (diff) | |
rm the obsetroot tool and the wrap shit from swig
Diffstat (limited to 'wrap/ob_python.i')
| -rw-r--r-- | wrap/ob_python.i | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/wrap/ob_python.i b/wrap/ob_python.i deleted file mode 100644 index 6236779e..00000000 --- a/wrap/ob_python.i +++ /dev/null @@ -1,28 +0,0 @@ -// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- - -%module ob_python - -%{ -#include "config.h" -#include "python.hh" -%} - -namespace ob { - -%ignore MouseContext::NUM_MOUSE_CONTEXT; -%ignore MouseAction::NUM_MOUSE_ACTION; -%ignore KeyContext::NUM_KEY_CONTEXT; -%ignore KeyAction::NUM_KEY_ACTION; -%ignore EventAction::NUM_EVENT_ACTION; - -%ignore python_init(char*); -%ignore python_destroy(); -%ignore python_exec(const std::string&); - -%ignore python_get_long(const char*, long*); -%ignore python_get_string(const char*, otk::ustring*); -%ignore python_get_stringlist(const char*, std::vector<otk::ustring>*); - -} - -%include "python.hh" |
