diff --git a/docs/source/events.rst b/docs/source/events.rst index 02c76349..e5ed0dc3 100644 --- a/docs/source/events.rst +++ b/docs/source/events.rst @@ -69,7 +69,6 @@ Events platypush/events/tensorflow.rst platypush/events/todoist.rst platypush/events/torrent.rst - platypush/events/travisci.rst platypush/events/trello.rst platypush/events/video.rst platypush/events/weather.rst diff --git a/platypush/utils/mock/modules.py b/platypush/utils/mock/modules.py index 14aed19a..12ad36b0 100644 --- a/platypush/utils/mock/modules.py +++ b/platypush/utils/mock/modules.py @@ -71,7 +71,7 @@ mock_imports = [ "oauth2client", "omxplayer", "openzwave", - "paho.mqtt", + "paho", "pandas", "paramiko", "picamera",