From: Michael Schroeder Date: Mon, 30 Jan 2012 14:54:42 +0000 (+0100) Subject: - fix load_ext definition X-Git-Tag: BASE-SuSE-Code-12_2-Branch~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53072a6ccbf6f2a38af74fd27ccd8d8ab97f99b2;p=thirdparty%2Flibsolv.git - fix load_ext definition --- diff --git a/examples/pysolv b/examples/pysolv index 88380afa..5c7954af 100755 --- a/examples/pysolv +++ b/examples/pysolv @@ -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):