From b58182a970d8ca8e593fcfa6ad229ab628d1bebb Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 28 Oct 2008 13:19:01 +0000 Subject: Mark modules as STABLE/UNSTABLE/DEPRECATED. --- (limited to 'src/sugar/presence/buddy.py') 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 -- cgit v0.9.1