generated from Nemesis/Exemple
oublie :
This commit is contained in:
parent
4c125e64ac
commit
6839416d20
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ class MAllHandler(MHandler):
|
||||||
def __init__(self, handle_callback):
|
def __init__(self, handle_callback):
|
||||||
MHandler.__init__(self, self.test, handle_callback)
|
MHandler.__init__(self, self.test, handle_callback)
|
||||||
|
|
||||||
def test()
|
def test():
|
||||||
return True
|
return True
|
Loading…
Reference in a new issue