]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- fix load_ext definition
authorMichael Schroeder <mls@suse.de>
Mon, 30 Jan 2012 14:54:42 +0000 (15:54 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 30 Jan 2012 14:54:42 +0000 (15:54 +0100)
examples/pysolv

index 88380afa184935c61ce0ed1d940a91efe7c83b6c..5c7954af8a9b273acbb9b0a2bd6e4ec0872c9ae8 100755 (executable)
@@ -93,7 +93,7 @@ class repo_generic(dict):
     def load_if_changed(self):
         return False
 
-    def load_ext(repodata):
+    def load_ext(self, repodata):
         return False
 
     def setfromurls(self, urls):