]> git.ipfire.org Git - ipfire.org.git/commitdiff
web: Drop BASEDIR variable
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jul 2018 18:01:32 +0000 (19:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jul 2018 18:01:32 +0000 (19:01 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/__init__.py

index 3475b9a419ad08a6f9a560724e67a8bdfc30dec5..f36bc05ee2cd261cc1e8e9bf40a6ee42913be847 100644 (file)
@@ -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