Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_contact_management.py @ 588:beaf6bec2fcd
Remove every old-style class.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:35 +0100 |
parents | 952322b1d490 |
children | 84a6e83157c2 |
comparison
equal
deleted
inserted
replaced
587:952322b1d490 | 588:beaf6bec2fcd |
---|---|
22 from logging import debug, info, warning, error | 22 from logging import debug, info, warning, error |
23 from sat.tools.jid import JID | 23 from sat.tools.jid import JID |
24 import pdb | 24 import pdb |
25 | 25 |
26 | 26 |
27 class QuickContactManagement(): | 27 class QuickContactManagement(object): |
28 """This helper class manage the contacts and ease the use of nicknames and shortcuts""" | 28 """This helper class manage the contacts and ease the use of nicknames and shortcuts""" |
29 ### FIXME: is SàT a better place for all this stuff ??? ### | 29 ### FIXME: is SàT a better place for all this stuff ??? ### |
30 | 30 |
31 def __init__(self): | 31 def __init__(self): |
32 self.__contactlist = {} | 32 self.__contactlist = {} |