aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Setup.py')
-rw-r--r--lib/python/Screens/Setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py
index 36b64c1c..589f470c 100644
--- a/lib/python/Screens/Setup.py
+++ b/lib/python/Screens/Setup.py
@@ -1,7 +1,7 @@
from Screen import Screen
from Components.ActionMap import ActionMap
from Components.config import config #global config instance
-from Components.config import configBoolean
+from Components.config import configSelection
from Components.ConfigList import ConfigList
from Components.Label import Label