services/presence/server_plugin: delete unused InvalidBuddyError

This commit is contained in:
Simon McVittie 2007-05-24 12:01:04 +01:00
parent e11389d813
commit 0d5dd24166

View File

@ -56,8 +56,6 @@ _PROTOCOL = "jabber"
_logger = logging.getLogger('s-p-s.server_plugin') _logger = logging.getLogger('s-p-s.server_plugin')
class InvalidBuddyError(Exception):
"""(Unused) exception to indicate an invalid buddy specifier"""
def _buddy_icon_save_cb(buf, data): def _buddy_icon_save_cb(buf, data):
data[0] += buf data[0] += buf