aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-04-05 22:26:29 +0200
committeracid-burn <acid-burn@opendreambox.org>2010-04-05 22:26:29 +0200
commitd77f925cce8e458cd1e794dcd583fad6be8f1abb (patch)
treead8a329a43dca25a86f4a8319fa4fe1e80706bf2 /lib/python/Plugins/SystemPlugins
parentade31606f868b60e12458d3fc0d68a69094656e1 (diff)
downloadenigma2-d77f925cce8e458cd1e794dcd583fad6be8f1abb.tar.gz
enigma2-d77f925cce8e458cd1e794dcd583fad6be8f1abb.zip
Softwaremanager: *add missing define. refs #503
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py1
1 files changed, 1 insertions, 0 deletions
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()