X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6afafbad38212549534a6a1451e5e7da332badb5..77a115baa70d23d342a1b54aa5cedd57bc5d6282:/lib/python/Screens/Menu.py diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py index e1af589a..bba36282 100644 --- a/lib/python/Screens/Menu.py +++ b/lib/python/Screens/Menu.py @@ -90,7 +90,6 @@ class Menu(Screen): # string (as we want to reference # stuff which is just imported) # FIXME. somehow - print arg if arg[0] != "": exec "from " + arg[0] + " import *"