tiny bit of pep8

This commit is contained in:
JesseBot 2016-01-03 19:20:18 +00:00
parent f818d92cd6
commit fe64357a33

View file

@ -20,7 +20,8 @@ WEB_ROOT = get_global_variable('web_root')
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
logging.info("logging config loaded")
# full path to HTML templates
bottle.TEMPLATE_PATH.insert(0,'{0}/front_end/html_templates/'.format(WEB_ROOT)
bottle.TEMPLATE_PATH.insert(0,
'{0}/front_end/html_templates/'.format(WEB_ROOT)
@route('/')