forked from platypush/platypush
Event import fixed
This commit is contained in:
parent
cc36325ca6
commit
45d998130b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from platypush import Event
|
from platypush.message.event import Event
|
||||||
|
|
||||||
|
|
||||||
class CustomEvent(Event):
|
class CustomEvent(Event):
|
||||||
|
|
Loading…
Reference in a new issue