X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6afafbad38212549534a6a1451e5e7da332badb5..19e1b120e85f3cf3906c640af47c5084b09dd3be:/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 *"