78b4747e81
Fixed errors pointed out by pylint on server.
6 lines
89 B
Python
6 lines
89 B
Python
class EventsDispatcher(object):
|
|
|
|
def add_handler(self, *args):
|
|
pass
|
|
pass
|