PEP8 clean
This commit is contained in:
parent
95deafe7af
commit
e17996d858
23 changed files with 496 additions and 331 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue