- 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 88380af..5c7954a 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):