From: acid-burn Date: Mon, 5 Apr 2010 20:26:29 +0000 (+0200) Subject: Softwaremanager: *add missing define. refs #503 X-Git-Tag: 2.8.2~4^2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d77f925cce8e458cd1e794dcd583fad6be8f1abb Softwaremanager: *add missing define. refs #503 --- diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py index a7c88c95..d4653cca 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py @@ -30,6 +30,7 @@ class SoftwareTools(DreamInfoHandler): self.language = language.getLanguage()[:2] # getLanguage returns e.g. "fi_FI" for "language_country" DreamInfoHandler.__init__(self, self.statusCallback, blocking = False, neededTag = 'ALL_TAGS', neededFlag = self.ImageVersion, language = self.language) self.directory = resolveFilename(SCOPE_METADIR) + self.hardware_info = HardwareInfo() self.list = List([]) self.NotifierCallback = None self.Console = Console()