Mercurial > libervia-backend
comparison frontends/src/quick_frontend/quick_contact_list.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 |
---|---|
20 """ | 20 """ |
21 | 21 |
22 from logging import debug | 22 from logging import debug |
23 | 23 |
24 | 24 |
25 class QuickContactList(): | 25 class QuickContactList(object): |
26 """This class manage the visual representation of contacts""" | 26 """This class manage the visual representation of contacts""" |
27 | 27 |
28 def __init__(self): | 28 def __init__(self): |
29 debug(_("Contact List init")) | 29 debug(_("Contact List init")) |
30 self._cache = {} | 30 self._cache = {} |