manager/test-packages/qubesadmin/events.py

8 lines
134 B
Python
Raw Normal View History

class EventsDispatcher(object):
def add_handler(self, *args):
pass
2018-09-10 18:04:45 +02:00
def listen_for_events(self, *args):
pass