telepathy-qt: port test scripts to new gi based pygobject

Alexandr Akulich kaffeine at kemper.freedesktop.org
Mon Oct 14 21:25:17 UTC 2019


Module: telepathy-qt
Branch: master
Commit: 34989ef32dfde4b4c722741bb8b70fd2b25d00f6
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=34989ef32dfde4b4c722741bb8b70fd2b25d00f6

Author: Islam Amer <islam.amer at jollamobile.com>
Date:   Tue Apr 29 19:11:44 2014 +0300

port test scripts to new gi based pygobject

---

 tests/lib/python/account-manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/python/account-manager.py b/tests/lib/python/account-manager.py
index 0117a13a..35392738 100755
--- a/tests/lib/python/account-manager.py
+++ b/tests/lib/python/account-manager.py
@@ -9,7 +9,7 @@ import dbus
 from dbus.bus import NAME_FLAG_DO_NOT_QUEUE, REQUEST_NAME_REPLY_EXISTS
 from dbus.mainloop.glib import DBusGMainLoop
 from dbus.service import Object, method, signal
-from gobject import MainLoop
+from gi.repository.GObject import MainLoop
 
 TP = 'org.freedesktop.Telepathy'
 



More information about the telepathy-commits mailing list