forked from mirrors/thatmattlove-hyperglass
added missing import statement
This commit is contained in:
parent
2c6ea1e905
commit
6c928f8956
1 changed files with 2 additions and 0 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue