forked from mirrors/thatmattlove-hyperglass
attempting relative import fix
This commit is contained in:
parent
bfbb9f58a4
commit
5a7873f938
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue