From 20acc909515dd101ecafa14a17c42863c888b8d2 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 22 Apr 2016 17:37:21 +0100 Subject: [PATCH] Pep8 --- openlp/core/common/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/common/__init__.py b/openlp/core/common/__init__.py index 2384252fc..f3076a86f 100644 --- a/openlp/core/common/__init__.py +++ b/openlp/core/common/__init__.py @@ -401,4 +401,3 @@ def check_binary_exists(program_path): runlog = '' log.debug('check_output returned: %s' % runlog) return runlog -