Browse Source

tab->espaces

master
nemesis 6 years ago
parent
commit
4c125e64ac
  1. 4
      mall_handler.py

4
mall_handler.py

@ -10,5 +10,5 @@ class MAllHandler(MHandler):
def __init__(self, handle_callback):
MHandler.__init__(self, self.test, handle_callback)
def test()
return True
def test()
return True
Loading…
Cancel
Save