summaryrefslogtreecommitdiffstats
path: root/test/receive-sms
diff options
context:
space:
mode:
Diffstat (limited to 'test/receive-sms')
-rwxr-xr-xtest/receive-sms4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/receive-sms b/test/receive-sms
index b40ce3c1..c23eb146 100755
--- a/test/receive-sms
+++ b/test/receive-sms
@@ -1,6 +1,6 @@
#!/usr/bin/python
-import gobject
+from gi.repository import GLib
import dbus
import dbus.mainloop.glib
@@ -29,5 +29,5 @@ if __name__ == '__main__':
path_keyword="path",
interface_keyword="interface")
- mainloop = gobject.MainLoop()
+ mainloop = GLib.MainLoop()
mainloop.run()