From 209c95ea443041146229336379e66e659d72edae Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Tue, 30 Oct 2012 12:59:37 +0100 Subject: Migrate all scripts to python3. --- tests/script/menuscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/script/menuscript.py') diff --git a/tests/script/menuscript.py b/tests/script/menuscript.py index ba67560..60cb33b 100644 --- a/tests/script/menuscript.py +++ b/tests/script/menuscript.py @@ -114,7 +114,7 @@ class Action(object): # Remove action self._list._rootAction.remove(self._kargs['actionName']) else: - print "Remove menu item" + print("Remove menu item") def run(self): if self._action == 'append': -- cgit v1.2.3