]> git.ipfire.org Git - pbs.git/blobdiff - src/hub/__init__.py
Load templates and static files from the right locations
[pbs.git] / src / hub / __init__.py
index 0b2e624763f01e51e5f85004d94997ba39c7287c..fa25c61fd9c04e74d7a621ef223b6ae7ec162f4c 100644 (file)
@@ -11,8 +11,6 @@ from .. import Backend
 
 from . import handlers
 
-BASEDIR = os.path.join(os.path.dirname(__file__), "..", "data")
-
 # Read command line
 tornado.options.define("debug", default=False, help="Run in debug mode", type=bool)
 tornado.options.parse_command_line()