added config-functions now you can save your setup
[enigma2.git] / lib / python / Screens / Menu.py
index 5d3093ad1b51eb3c462d34d2ac0b5f7d20a35f92..c0e6ad06781388352072e29c3903a1af7f03f5e2 100644 (file)
@@ -12,7 +12,8 @@ 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 Screens.Setup import *
 
 from Tools import XMLTools