Bug#419598: quodlibet: Should not use python-dbus private API (trivial fix)

2007-04-20 Thread Joe Wreschnig
Fixed upstream in r4007. -- Joe Wreschnig <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

Bug#419598: quodlibet: Should not use python-dbus private API (trivial fix)

2007-04-16 Thread Simon McVittie
Package: quodlibet Version: 0.23.1-1 Severity: normal Tags: patch The dbus_bindings extension in the Python D-Bus bindings was never meant to be public API, and will be removed in a future version. In qltk/dbus_.py, the line "from dbus.dbus_bindings import DBusException" should be replaced by "fro