comparison src/plugins/plugin_misc_radiocol.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
54 } 54 }
55 55
56 QUEUE_LIMIT = 2 56 QUEUE_LIMIT = 2
57 57
58 58
59 class Radiocol(): 59 class Radiocol(object):
60 60
61 def __init__(self, host): 61 def __init__(self, host):
62 info(_("Radio collective initialization")) 62 info(_("Radio collective initialization"))
63 self.host = host 63 self.host = host
64 self.radios={} 64 self.radios={}