diff options
author | Michael Andres <ma@suse.de> | 2013-12-02 13:07:15 +0100 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2013-12-02 13:07:45 +0100 |
commit | 623259e1c0189036ee933b1270692997a44f0081 (patch) | |
tree | 719851d4c334fe0ebf2de30a88a8e4abdac88b85 | |
parent | 4462cb17cfb4ce49e421c3da581148e5f6079c35 (diff) | |
download | libzypp-bindings-623259e1c0189036ee933b1270692997a44f0081.tar.gz libzypp-bindings-623259e1c0189036ee933b1270692997a44f0081.tar.bz2 libzypp-bindings-623259e1c0189036ee933b1270692997a44f0081.zip |
Adjust Repository.i
-rw-r--r-- | swig/zypp.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/zypp.i b/swig/zypp.i index 61d3447..71bfdb3 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -233,6 +233,7 @@ namespace zypp { %include "Resolvable.i" %include "RepoType.i" %include "RepoInfo.i" +%include "Repository.i" %include "ServiceInfo.i" %include "ResTraits.i" %include "ResStatus.i" @@ -244,7 +245,6 @@ namespace zypp { %include "Pattern.i" %include "Product.i" %include "SrcPackage.i" -%include "Repository.i" %include "RepoStatus.i" %include "RepoManager.i" %include "PublicKey.i" |