manager/test-packages/qubesadmin/events.py

6 lines
89 B
Python
Raw Normal View History

class EventsDispatcher(object):
def add_handler(self, *args):
pass
pass