]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
get rid of an unneeded %rename
authorMichael Schroeder <mls@suse.de>
Thu, 6 Jun 2013 15:37:30 +0000 (17:37 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 6 Jun 2013 15:37:30 +0000 (17:37 +0200)
bindings/solv.i

index bfdee86a5b2e1e4733884b198d7424bcfbd63f73..76d92864fb74e71a3de0c8c4feda28530b57d4d1 100644 (file)
@@ -997,7 +997,6 @@ typedef struct {
   }
 #if defined(SWIGRUBY)
   %rename("to_s") __str__;
-  %rename("inspect") __repr__;
 #endif
 #if defined(SWIGPERL)
   %rename("str") __str__;