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

update example validation to reflect new model locations

This commit is contained in:
checktheroads
2020-10-05 12:15:03 -07:00
parent d9fa00fd75
commit 092ce0c038

View File

@ -64,7 +64,7 @@ def _validate_devices():
def _validate_commands():
# Project
from hyperglass.configuration.models.commands import Commands
from hyperglass.models.commands import Commands
with COMMANDS.open() as raw:
commands_dict = yaml.safe_load(raw.read()) or {}