1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

attempting relative import fix

This commit is contained in:
checktheroads
2019-06-16 18:07:58 -07:00
parent bfbb9f58a4
commit 5a7873f938

View File

@@ -184,9 +184,9 @@ def ci_config():
def flask_dev_server(host, port):
"""Starts Flask development server for testing without WSGI/Reverse Proxy"""
try:
from hyperglass import hyperglass
from hyperglass import configuration
from hyperglass import render
from ..hyperglass import hyperglass
from ..hyperglass import configuration
from ..hyperglass import render
render.css()
logger.info("Starting Flask development server")