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

added missing import statement

This commit is contained in:
checktheroads
2019-06-11 21:22:51 -07:00
parent 2c6ea1e905
commit 6c928f8956

View File

@@ -496,6 +496,8 @@ def compile_sass():
def migrateconfig():
"""Copies example configuration files to usable config files"""
try:
import hyperglass
click.secho("Migrating example config files...", fg="black")
hyperglass_root = os.path.dirname(hyperglass.__file__)
config_dir = os.path.join(hyperglass_root, "configuration/")