diff options
author | Duncan Mac-Vicar P <dmacvicar@suse.de> | 2008-09-16 09:04:07 +0000 |
---|---|---|
committer | Duncan Mac-Vicar P <dmacvicar@suse.de> | 2008-09-16 09:04:07 +0000 |
commit | ccf7f840f8ed6f2ca4f48ad5f4ad562eec8307ef (patch) | |
tree | 4ad9e4b802045b9d085b3ca9f3eeb15d7ff075f6 /swig/zypp.i | |
parent | e3044ac0414c71700436abde699c8487a157355d (diff) | |
download | libzypp-bindings-ccf7f840f8ed6f2ca4f48ad5f4ad562eec8307ef.tar.gz libzypp-bindings-ccf7f840f8ed6f2ca4f48ad5f4ad562eec8307ef.tar.bz2 libzypp-bindings-ccf7f840f8ed6f2ca4f48ad5f4ad562eec8307ef.zip |
add ZConfig
Diffstat (limited to 'swig/zypp.i')
-rw-r--r-- | swig/zypp.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 4dbd47a..7eb8e3a 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -134,6 +134,7 @@ namespace zypp { %include "ZYppCommitResult.i" %include "TmpPath.i" %include "Resolver.i" +%include "ZConfig.i" #ifdef SWIGPYTHON %include "python/callbacks.i" #endif |