Removing @todo/@bugs because we are now on bugs.maemo.org
[theonering] / src / channel / text.py
index bac40b9..68695db 100644 (file)
@@ -13,11 +13,6 @@ _moduleLogger = logging.getLogger("channel.text")
 
 
 class TextChannel(tp.ChannelTypeText):
-       """
-       @todo Look into implementing ChannelInterfaceMessages for rich text formatting
-
-       @bug Stopped working on Maemo 4.1
-       """
 
        def __init__(self, connection, manager, props, contactHandle):
                self.__manager = manager