diff src/plugins/plugin_exp_parrot.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
line wrap: on
line diff
--- a/src/plugins/plugin_exp_parrot.py	Fri Jan 18 17:55:34 2013 +0100
+++ b/src/plugins/plugin_exp_parrot.py	Fri Jan 18 17:55:35 2013 +0100
@@ -37,7 +37,7 @@
 "description": _("""Implementation of parrot mode (repeat messages between 2 entities)""")
 }
 
-class Exp_Parrot():
+class Exp_Parrot(object):
     """Parrot mode plugin: repeat messages from one entity or MUC room to another one"""
     #XXX: This plugin can be potentially dangerous if we don't trust entities linked
     #     this is specially true if we have other triggers.