PackageKit: convert dbus.String to Python string
commit10056af521808378a88cbf1e5e78bd6a270c89e7
authorThomas Leonard <talex5@gmail.com>
Sun, 26 Aug 2012 12:22:26 +0000 (26 13:22 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 26 Aug 2012 13:19:37 +0000 (26 14:19 +0100)
tree5ba9d7b5333ad88efda8432fec2a262435027074
parent5dbf5b978da47095472c07a73f32fa70ead8ac25
PackageKit: convert dbus.String to Python string

For some reason, Resolve can (intermittently) give us a Python String while
Details gives as a dbus.String. Then we fail to match them. Convert both to
Python strings to be sure.
zeroinstall/injector/packagekit.py