comparison frontends/src/quick_frontend/quick_gateways.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 22
23 23
24 24
25 class QuickGatewaysManager(): 25 class QuickGatewaysManager(object):
26 26
27 27
28 def __init__(self, host, gateways, title=_("Gateways manager"), server=None): 28 def __init__(self, host, gateways, title=_("Gateways manager"), server=None):
29 self.WARNING_MSG = _(u"""Be careful ! Gateways allow you to use an external IM (legacy IM), so you can see your contact as jabber contacts. 29 self.WARNING_MSG = _(u"""Be careful ! Gateways allow you to use an external IM (legacy IM), so you can see your contact as jabber contacts.
30 But when you do this, all your messages go throught the external legacy IM server, it is a huge privacy issue (i.e.: all your messages throught the gateway can be monitored, recorded, analyzed by the external server, most of time a private company).""") 30 But when you do this, all your messages go throught the external legacy IM server, it is a huge privacy issue (i.e.: all your messages throught the gateway can be monitored, recorded, analyzed by the external server, most of time a private company).""")