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

@ -20,6 +20,7 @@ import imp
from exception import IRCException
def call_game(call, *args, **kargs):
"""TODO"""
l = list()
@ -70,6 +71,7 @@ from hooks.messagehook import MessageHook
last_registered = []
def hook(store, *args, **kargs):
"""Function used as a decorator for module loading"""
def sec(call):