Event import fixed

This commit is contained in:
Fabio Manganiello 2020-10-28 23:29:34 +01:00
parent cc36325ca6
commit 45d998130b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from platypush import Event
from platypush.message.event import Event
class CustomEvent(Event):