aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-10-08 01:05:32 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-10-08 01:05:32 +0000
commitd9b059092190e52bbd8c93bc2695049bbe8a9ea8 (patch)
tree4155eaac24f874ebefe9e0238e56bbcf550f9e4a /lib/python
parent60a70ed1710ea89c6ef7a0c4052843209b886d69 (diff)
downloadenigma2-d9b059092190e52bbd8c93bc2695049bbe8a9ea8.tar.gz
enigma2-d9b059092190e52bbd8c93bc2695049bbe8a9ea8.zip
import Setup which was used but not imported
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Menu.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py
index 4be2ebca..c0e6ad06 100644
--- a/lib/python/Screens/Menu.py
+++ b/lib/python/Screens/Menu.py
@@ -13,6 +13,7 @@ from xml.dom import EMPTY_NAMESPACE
from skin import elementsWithTag
from Screens.Satconfig import NimSelection
+from Screens.Setup import *
from Tools import XMLTools