summaryrefslogtreecommitdiffstats
path: root/test/test-call-settings
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-call-settings')
-rwxr-xr-xtest/test-call-settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-call-settings b/test/test-call-settings
index f30756eb..187ce06e 100755
--- a/test/test-call-settings
+++ b/test/test-call-settings
@@ -67,7 +67,7 @@ if __name__ == "__main__":
try:
cs.SetProperty(property, newvalue)
- except dbus.DBusException, e:
+ except dbus.DBusException as e:
print("Unable to set property: %s" % e)
sys.exit(1);