diff --git a/scripts/conf.py b/scripts/conf.py index 3c2728e..9b79107 100644 --- a/scripts/conf.py +++ b/scripts/conf.py @@ -1,3 +1,5 @@ +import re + ROOT_PATH = '/srv/darknet-lantern/' STATIC_PATH = ROOT_PATH + 'www/' TEMPLATE_PATH = ROOT_PATH + 'templates/'