services/presence/server_plugin: delete unused InvalidBuddyError
This commit is contained in:
parent
e11389d813
commit
0d5dd24166
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user