From: Ronny Strutz Date: Wed, 5 Oct 2005 00:39:59 +0000 (+0000) Subject: use nimselection instead of satconfig X-Git-Tag: 2.6.0~5532 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b399699bf940782cfb003510734ee348fd3b160e use nimselection instead of satconfig --- diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py index 5d3093ad..4be2ebca 100644 --- a/lib/python/Screens/Menu.py +++ b/lib/python/Screens/Menu.py @@ -12,7 +12,7 @@ import xml.dom.minidom from xml.dom import EMPTY_NAMESPACE from skin import elementsWithTag -from Screens.Satconfig import Satconfig +from Screens.Satconfig import NimSelection from Tools import XMLTools