diff options
-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" |