From a22907d6396e2e28750a71f8e2dcb2fa7512945e Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 18 Mar 2012 08:06:13 +0000 Subject: [PATCH] Remove blank line --- openlp/plugins/remotes/html/index.html | 1 + openlp/plugins/remotes/remoteplugin.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/html/index.html b/openlp/plugins/remotes/html/index.html index fd1b37472..3c06389b4 100644 --- a/openlp/plugins/remotes/html/index.html +++ b/openlp/plugins/remotes/html/index.html @@ -25,6 +25,7 @@ # Temple Place, Suite 330, Boston, MA 02111-1307 USA # ############################################################################### --> + diff --git a/openlp/plugins/remotes/remoteplugin.py b/openlp/plugins/remotes/remoteplugin.py index fe4c2091b..0b1200481 100644 --- a/openlp/plugins/remotes/remoteplugin.py +++ b/openlp/plugins/remotes/remoteplugin.py @@ -46,7 +46,6 @@ class RemotesPlugin(Plugin): self.weight = -1 self.server = None - def initialise(self): """ Initialise the remotes plugin, and start the http server