summaryrefslogtreecommitdiff
path: root/swig/python
diff options
context:
space:
mode:
authorArvin Schnell <aschnell@suse.de>2007-09-25 16:31:06 +0000
committerArvin Schnell <aschnell@suse.de>2007-09-25 16:31:06 +0000
commit0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db (patch)
tree96b31a82ec32da6fa97a3f87a03645bb27c62871 /swig/python
parentcd7a28cb24b5b1558a5e54806143453ed235425c (diff)
downloadlibzypp-bindings-0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db.tar.gz
libzypp-bindings-0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db.tar.bz2
libzypp-bindings-0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db.zip
- include original C header files
Diffstat (limited to 'swig/python')
-rw-r--r--swig/python/python.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/swig/python/python.i b/swig/python/python.i
index 3102cf7..522adea 100644
--- a/swig/python/python.i
+++ b/swig/python/python.i
@@ -5,6 +5,11 @@
namespace zypp
{
+ // These operators must be ignored otherwise the wrapper does
+ // not compile (using swig 1.3.29).
+ %ignore operator==;
+ %ignore operator!=;
+
// Just to avoid warnings.
%ignore operator<<;
}