Clarify comment

This commit is contained in:
Dan Williams 2007-02-23 12:37:01 -05:00
parent 93386a4d8a
commit bcc67dfb10

View File

@ -98,6 +98,7 @@ class PresenceService(dbus.service.Object):
conn = item
if not conn:
# Create a new connection
conn_bus_name, conn_object_path = \
mgr[CONN_MGR_INTERFACE].RequestConnection(protocol, account)
conn = Connection(conn_bus_name, conn_object_path)