From: Andreas Monzner Date: Sun, 22 Jul 2007 21:36:45 +0000 (+0000) Subject: import missing ActionMap X-Git-Tag: 2.6.0~2052 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6fc7f7eb3df8cf3bed07cf9c2aae843734e87fbd import missing ActionMap --- diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 6bdedc87..2a8c3df7 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -2,7 +2,7 @@ from Screen import Screen from ServiceScan import ServiceScan from Components.config import config, ConfigSubsection, ConfigSelection, \ ConfigYesNo, ConfigInteger, getConfigListEntry, ConfigSlider, ConfigEnableDisable -from Components.ActionMap import NumberActionMap +from Components.ActionMap import NumberActionMap, ActionMap from Components.ConfigList import ConfigListScreen from Components.NimManager import nimmanager, getConfigSatlist from Components.Label import Label