small lcd cosmetics
[enigma2.git] / lib / python / Screens / ConfigMenu.py
index 57bdda556f6f29a904f05d9d0f017c99ee3195fd..3bd0ac69da8c2be26ad6f3a62637e804d1fd2e1e 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):