Remove useless event factory

Change-Id: I8442a26ebfcfe3c17c378b283ffbbc0810b7a067
This commit is contained in:
Jean-Emile DARTOIS
2015-12-16 11:35:02 +01:00
parent ac07f35dc7
commit 18549dc182
15 changed files with 45 additions and 235 deletions

View File

@@ -32,7 +32,7 @@ class TestEventDispatcher(base.TestCase):
def fake_event(self, event_type):
event = Event()
event.set_type(event_type)
event.type = event_type
return event
def test_add_listener(self):