From d156ff56a8f63dba184fe0984986bd4f39c206dd Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 20 Aug 2010 14:25:13 +0000 Subject: Address comments from Simon's review --- (limited to 'src/sugar/presence/connectionmanager.py') diff --git a/src/sugar/presence/connectionmanager.py b/src/sugar/presence/connectionmanager.py index cc57137..1165c45 100644 --- a/src/sugar/presence/connectionmanager.py +++ b/src/sugar/presence/connectionmanager.py @@ -15,6 +15,10 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. +""" +UNSTABLE. It should really be internal to the sugar.presence package. +""" + from functools import partial import dbus @@ -34,6 +38,8 @@ class Connection(object): self.connected = False class ConnectionManager(object): + """Track available telepathy connections""" + def __init__(self): self._connections_per_account = {} -- cgit v0.9.1