From 853dcf8334db16b5dd6e1cc12efa47b0b746620f Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Mon, 18 Feb 2013 20:06:46 +0100 Subject: [PATCH] fixed pep8 --- openslides/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openslides/main.py b/openslides/main.py index 427d7151a..39af2bec0 100644 --- a/openslides/main.py +++ b/openslides/main.py @@ -326,7 +326,6 @@ class StaticFileHandler(tornado.web.StaticFileHandler): return super(StaticFileHandler, self).get(absolute_path, include_body) - def start_openslides(addr, port, start_browser_url=None, extra_args=[]): from django.conf import settings # Set the options