mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Import error
This commit is contained in:
parent
8be3473af1
commit
9036c293d2
1 changed files with 0 additions and 2 deletions
2
tools.py
2
tools.py
|
@ -124,7 +124,6 @@ def tools_maindomain(auth, old_domain=None, new_domain=None, dyndns=False):
|
|||
'/etc/metronome/metronome.cfg.lua',
|
||||
'/etc/dovecot/dovecot.conf',
|
||||
'/usr/share/yunohost/yunohost-config/others/startup',
|
||||
'/home/yunohost.backup/tahoe/tahoe.cfg',
|
||||
'/etc/amavis/conf.d/05-node_id',
|
||||
'/etc/amavis/conf.d/50-user'
|
||||
]
|
||||
|
@ -219,7 +218,6 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
|||
"""
|
||||
from moulinette.core import init_authenticator
|
||||
|
||||
from yunohost.backup import backup_init
|
||||
from yunohost.app import app_ssowatconf
|
||||
from yunohost.firewall import firewall_upnp, firewall_reload
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue