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:
@ -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 {}
|
||||
|
Reference in New Issue
Block a user