From f4a635a25517d6e644e43537d10b894eab3e524e Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 20 Feb 2006 22:37:55 +0000 Subject: add some info to debug prints --- lib/python/Screens/Menu.py | 1 - 1 file changed, 1 deletion(-) (limited to '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 *" -- cgit v1.2.3