fixes bug #593
[vuplus_dvbapp] / lib / python / Screens / ConfigMenu.py
index 57bdda5..3bd0ac6 100644 (file)
@@ -1,6 +1,6 @@
 from Screen import Screen
 from Components.ConfigList import ConfigList
-from Components.config import *
+from Components.config import config
 from Components.ActionMap import ActionMap
 
 class ConfigMenu(Screen):