summaryrefslogtreecommitdiffstats
path: root/test/test-cbs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-cbs')
-rwxr-xr-xtest/test-cbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-cbs b/test/test-cbs
index 2e7884b2..8d8438f8 100755
--- a/test/test-cbs
+++ b/test/test-cbs
@@ -103,7 +103,7 @@ def set_topics(cbs):
try:
print("Setting Cell Broadcast topics...")
cbs.SetProperty("Topics", topics);
- except dbus.DBusException, e:
+ except dbus.DBusException as e:
print("Unable to set topic: %s" % e)
print("-----------------------------------------------------------")