fixed import statement so that maintenance is called from same dir as database

This commit is contained in:
ronnyabraham 2022-05-08 12:39:08 +03:00
parent cfa2b79788
commit 286f149f08

View file

@ -516,7 +516,7 @@ def edit(param='help'):
calls up mvim on the built conf files
"""
from maintenance import edit as maintenance_edit
from .maintenance import edit as maintenance_edit
locations = {
'build.init': {