diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-30 12:59:37 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-30 12:59:37 +0100 |
commit | 209c95ea443041146229336379e66e659d72edae (patch) | |
tree | d0cd5dcb9e526090434917266000aad5122b80f3 /tests/script | |
parent | 4d47b26a31dc1c337b47ded055e5f6613972fc97 (diff) | |
download | qmenumodel-209c95ea443041146229336379e66e659d72edae.tar.gz qmenumodel-209c95ea443041146229336379e66e659d72edae.tar.bz2 qmenumodel-209c95ea443041146229336379e66e659d72edae.zip |
Migrate all scripts to python3.
Diffstat (limited to 'tests/script')
-rw-r--r-- | tests/script/menuscript.py | 2 |
1 files changed, 1 insertions, 1 deletions
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': |