modify import statements
This commit is contained in:
parent
b9d252a1fc
commit
17468643b6
1 changed files with 2 additions and 2 deletions
|
|
@ -265,8 +265,8 @@ def edit(param='help'):
|
|||
calls up mvim on the yaml project configuration files
|
||||
"""
|
||||
|
||||
from maintenance import edit as maintenance_edit
|
||||
from maintenance import _get_configuration_path
|
||||
from .maintenance import edit as maintenance_edit
|
||||
from .maintenance import _get_configuration_path
|
||||
|
||||
locations = {
|
||||
'development': {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue