Remove blank line

This commit is contained in:
Tim Bentley 2012-03-18 08:06:13 +00:00
parent bc4cc7adb9
commit a22907d639
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Temple Place, Suite 330, Boston, MA 02111-1307 USA #
############################################################################### ###############################################################################
--> -->
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" /> <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" />

View File

@ -46,7 +46,6 @@ class RemotesPlugin(Plugin):
self.weight = -1 self.weight = -1
self.server = None self.server = None
def initialise(self): def initialise(self):
""" """
Initialise the remotes plugin, and start the http server Initialise the remotes plugin, and start the http server