diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index 05d151284..130d111cb 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -12,7 +12,7 @@ from omxplayer import OMXPlayer from platypush.message.response import Response from platypush.message.event.video import VideoPlayEvent, VideoPauseEvent, \ - VideoStop, NewPlayingVideoEvent + VideoStopEvent, NewPlayingVideoEvent from .. import Plugin