summaryrefslogtreecommitdiffstats
path: root/test/test-push-notification
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-push-notification')
-rwxr-xr-xtest/test-push-notification4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-push-notification b/test/test-push-notification
index d05ec35c..ecc6afbf 100755
--- a/test/test-push-notification
+++ b/test/test-push-notification
@@ -1,6 +1,6 @@
#!/usr/bin/python
-import gobject
+from gi.repository import GLib
import sys
import dbus
@@ -43,7 +43,7 @@ if __name__ == '__main__':
pn.RegisterAgent(path)
print("Agent registered")
- mainloop = gobject.MainLoop()
+ mainloop = GLib.MainLoop()
try:
mainloop.run()