summaryrefslogtreecommitdiffstats
path: root/test/monitor-dundee
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-dundee')
-rwxr-xr-xtest/monitor-dundee4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monitor-dundee b/test/monitor-dundee
index e68488aa..5282a938 100755
--- a/test/monitor-dundee
+++ b/test/monitor-dundee
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
from gi.repository import GLib
@@ -6,7 +6,7 @@ import dbus
import dbus.mainloop.glib
_dbus2py = {
- dbus.String : unicode,
+ dbus.String : str,
dbus.UInt32 : int,
dbus.Int32 : int,
dbus.Int16 : int,