For those of you frustrated at the time it's taking to fix this, here's a temporary workaround that might help:

--- /usr/share/pyshared/aptdaemon/client.py.dist        2012-06-11 
03:01:10.000000000 -0600
+++ /usr/share/pyshared/aptdaemon/client.py     2013-08-14 13:41:51.214571809 
-0600
@@ -39,8 +39,10 @@
if 'gi.repository' in sys.modules:
     from gi.repository import GObject
+    from gi.types import GObjectMeta
 else:
     import gobject as GObject
+    GObjectMeta = GObject.GObjectMeta
from . import enums
 from . import debconf
@@ -67,7 +69,7 @@
             return value
-class MemoizedMixIn(MemoizedTransaction, GObject.GObjectMeta):
+class MemoizedMixIn(MemoizedTransaction, GObjectMeta):
"""Helper meta class for merging"""

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to