dbus/service.py: Don't use deprecated get_connection() in Object constructor.
commited2ace3161337789924e03f559603dccfa40c56e
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 4 May 2007 16:09:57 +0000 (4 17:09 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 4 May 2007 16:09:57 +0000 (4 17:09 +0100)
tree37a8834af1a486993e902e30fd0968cc55db2a42
parent774e133d2cdc1a0fda2bd14d2354a9da2deece88
dbus/service.py: Don't use deprecated get_connection() in Object constructor.
The Connection and BusConnection base classes don't have it, and we can now
export Objects on a plain Connection.
dbus/service.py