aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Setup.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-03 00:18:08 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-03 00:18:08 +0000
commitaed130dec1e35bf1907d82b6ee18fee965bde091 (patch)
treec1cb1ca6cfec74007057d8953b1b5de306bfe43a /lib/python/Screens/Setup.py
parent0a2ebc75611941d43114f7cd07fb944ae098bf7f (diff)
downloadenigma2-aed130dec1e35bf1907d82b6ee18fee965bde091.tar.gz
enigma2-aed130dec1e35bf1907d82b6ee18fee965bde091.zip
configBoolean is now configSelection
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