fixed import statement so that maintenance is called from same dir as database
This commit is contained in:
parent
cfa2b79788
commit
286f149f08
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue