From aa506b20e291b705a6311ff8fff7dcc74aa0552d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 27 Dec 2017 11:29:33 +0100 Subject: [PATCH] Should import logging --- platypush/plugins/video/omxplayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index 3892df6d..97e64285 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -1,4 +1,5 @@ import json +import logging import re import subprocess