diff src/plugins/plugin_xep_0163.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 ca13633d3b6b
children e629371a28d3
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0163.py	Fri Jan 18 17:55:34 2013 +0100
+++ b/src/plugins/plugin_xep_0163.py	Fri Jan 18 17:55:35 2013 +0100
@@ -42,7 +42,7 @@
 "description": _("""Implementation of Personal Eventing Protocol""")
 }
 
-class XEP_0163():
+class XEP_0163(object):
 
     def __init__(self, host):
         info(_("PEP plugin initialization"))