From 013e5998a6e1a4fccf659dbd30641645b8dfb972 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 18 Jul 2018 19:01:32 +0100 Subject: [PATCH] web: Drop BASEDIR variable Signed-off-by: Michael Tremer --- src/web/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/web/__init__.py b/src/web/__init__.py index 3475b9a4..f36bc05e 100644 --- a/src/web/__init__.py +++ b/src/web/__init__.py @@ -14,8 +14,6 @@ from . import blog from . import location from . import ui_modules -BASEDIR = os.path.join(os.path.dirname(__file__), "..") - class Application(tornado.web.Application): def __init__(self, config, **kwargs): # Initialize backend -- 2.47.3