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:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user