Comment 3 for bug 621084

Revision history for this message
Steve Langasek (vorlon) wrote :

This bug doesn't include a test case for SRU verification.

>>> from gi.repository import SyncDaemon

This looks like python, but running this command returns the following error for me:

>>> from gi.repository import SyncDaemon
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named gi.repository

How can we verify this fix?