Mercurial > libervia-backend
comparison src/plugins/plugin_xep_0054.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 | e629371a28d3 |
comparison
equal
deleted
inserted
replaced
587:952322b1d490 | 588:beaf6bec2fcd |
---|---|
62 "main": "XEP_0054", | 62 "main": "XEP_0054", |
63 "handler": "yes", | 63 "handler": "yes", |
64 "description": _("""Implementation of vcard-temp""") | 64 "description": _("""Implementation of vcard-temp""") |
65 } | 65 } |
66 | 66 |
67 class XEP_0054(): | 67 class XEP_0054(object): |
68 #TODO: - check that nickname is ok | 68 #TODO: - check that nickname is ok |
69 # - refactor the code/better use of Wokkel | 69 # - refactor the code/better use of Wokkel |
70 # - get missing values | 70 # - get missing values |
71 | 71 |
72 def __init__(self, host): | 72 def __init__(self, host): |