Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence/buddy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/presence/buddy.py')
-rw-r--r--src/sugar/presence/buddy.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/sugar/presence/buddy.py b/src/sugar/presence/buddy.py
index 1030cfc..fab23d2 100644
--- a/src/sugar/presence/buddy.py
+++ b/src/sugar/presence/buddy.py
@@ -1,4 +1,3 @@
-"""UI interface to a buddy in the presence service"""
# Copyright (C) 2007, Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
@@ -16,11 +15,15 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+"""UI interface to a buddy in the presence service
+
+STABLE.
+"""
+
import gobject
import gtk
import dbus
-
class Buddy(gobject.GObject):
"""UI interface for a Buddy in the presence service