summaryrefslogtreecommitdiffstats
path: root/test/test-stk-menu
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-stk-menu')
-rwxr-xr-xtest/test-stk-menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-stk-menu b/test/test-stk-menu
index eaba9940..7952abde 100755
--- a/test/test-stk-menu
+++ b/test/test-stk-menu
@@ -238,7 +238,7 @@ class StkAgent(dbus.service.Object):
if key == 't':
raise EndSession("User wishes to terminate"
" session")
- except Exception, exc:
+ except Exception as exc:
print(exc)
@dbus.service.method("org.ofono.SimToolkitAgent",