summaryrefslogtreecommitdiffstats
path: root/test/test-ss
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-ss')
-rwxr-xr-xtest/test-ss2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-ss b/test/test-ss
index 7bd18af8..2c80806e 100755
--- a/test/test-ss
+++ b/test/test-ss
@@ -22,7 +22,7 @@ ss = dbus.Interface(bus.get_object('org.ofono', modem),
try:
ss_type, properties = ss.Initiate(ss_code, timeout=100)
-except dbus.DBusException, e:
+except dbus.DBusException as e:
print("Unable to perform operation: %s" % e)
sys.exit(1);