From: Michael Tremer Date: Wed, 19 Dec 2012 10:10:53 +0000 (+0100) Subject: satsolver: Fix typo in constant. X-Git-Tag: 0.9.24~8^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cac926e19f13939e1be7ce72b57ad5059d457200;p=pakfire.git satsolver: Fix typo in constant. --- diff --git a/python/pakfire/satsolver.py b/python/pakfire/satsolver.py index e035fc99b..29288554d 100644 --- a/python/pakfire/satsolver.py +++ b/python/pakfire/satsolver.py @@ -37,7 +37,7 @@ from i18n import _ # Put some variables into our own namespace, to make them easily accessible # for code, that imports the satsolver module. SEARCH_STRING = _pakfire.SEARCH_STRING -SEARCH_FIELS = _pakfire.SEARCH_FILES +SEARCH_FILES = _pakfire.SEARCH_FILES SEARCH_GLOB = _pakfire.SEARCH_GLOB Repo = _pakfire.Repo