Mercurial > xib
diff participant.py @ 124:99f3dee1fad7
code cleaning
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Wed, 13 Jan 2010 23:08:44 +0100 |
parents | 75a03f10a863 |
children | efdc038e757a |
line wrap: on
line diff
--- a/participant.py +++ b/participant.py @@ -15,17 +15,17 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. +import re +from time import sleep + +from encoding import * +from irclib import ServerNotConnectedError, ServerConnection import muc xmpp = muc.xmpp del muc -from irclib import ServerNotConnectedError, ServerConnection -from encoding import * -from threading import Thread -from time import sleep -import re -class participant: +class Participant: def __init__(self, owner_bridge, protocol, nickname, real_jid=None): self.bot_admin = False self.real_jid = real_jid