From 2efaffec7ad5921ff32d6164c177078c57e37d89 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Wed, 29 May 2019 21:22:12 +0200 Subject: [PATCH] pep8 --- openlp/plugins/presentations/lib/impresscontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp/plugins/presentations/lib/impresscontroller.py b/openlp/plugins/presentations/lib/impresscontroller.py index b64973c33..5a5e81cd3 100644 --- a/openlp/plugins/presentations/lib/impresscontroller.py +++ b/openlp/plugins/presentations/lib/impresscontroller.py @@ -75,6 +75,7 @@ else: uno_available = True except ImportError: uno_available = False + class SlideShowListenerImport(): pass