1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
This commit is contained in:
checktheroads
2020-04-12 02:17:16 -07:00
parent bb8cc55dc7
commit c02b8d359e
6 changed files with 37 additions and 137 deletions

View File

@@ -165,7 +165,7 @@ def build_ui():
ClickException: Raised on any errors.
"""
try:
from hyperglass.compat import aiorun
from hyperglass.compat._asyncio import aiorun
from hyperglass.util import build_frontend
from hyperglass.configuration import params, frontend_params, CONFIG_PATH
except ImportError as e: