diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-07-24 15:14:37 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-07-24 15:14:37 +0000 |
commit | 0e7b83072657c2f76fe17f1edd7aac3c84f2f8eb (patch) | |
tree | 8e25601b5bb836ef685c91b7b801e8d7984326c9 /swig/zypp.i | |
parent | 84b45fc399083c1d77f70b080344a9f68b67179f (diff) | |
download | libzypp-bindings-0e7b83072657c2f76fe17f1edd7aac3c84f2f8eb.tar.gz libzypp-bindings-0e7b83072657c2f76fe17f1edd7aac3c84f2f8eb.tar.bz2 libzypp-bindings-0e7b83072657c2f76fe17f1edd7aac3c84f2f8eb.zip |
- some cleanup
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 45bfb6b..68ec6de 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -109,7 +109,7 @@ class intrusive_ptr { #ifdef SWIGRUBY -%include "ruby.i" +%include "ruby/ruby.i" /* define iterators using swig macros */ iter2( ResStore, ResObject* ) @@ -117,6 +117,12 @@ auto_iterator( std::list<RepoInfo>, RepoInfo ) #endif +#ifdef SWIGPYTHON + +%include "python/python.i" + +#endif + class ZYpp { |