PEP8 clean

This commit is contained in:
nemunaire 2014-11-09 14:11:54 +01:00
commit e17996d858
23 changed files with 496 additions and 331 deletions

View file

@ -19,6 +19,7 @@
from message import TextMessage
from message.visitor import AbstractVisitor
class IRC(AbstractVisitor):
def __init__(self):