mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Zblerg multiple forgotten import / typo >_>
This commit is contained in:
parent
e63ca06d37
commit
a5fe21fd38
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import subprocess
|
||||
|
||||
from moulinette import m18n
|
||||
from yunohost.utils.error import YunohostError
|
||||
from yunohost.utils.error import YunohostError, YunohostValidationError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
||||
from yunohost.tools import Migration
|
||||
|
|
|
@ -28,7 +28,7 @@ import re
|
|||
|
||||
from moulinette import m18n, msettings, msignals
|
||||
from moulinette.core import MoulinetteError
|
||||
from yunohost.utils.error import YunohostError
|
||||
from yunohost.utils.error import YunohostError, YunohostValidationError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
from moulinette.utils.filesystem import write_to_file
|
||||
|
||||
|
@ -131,7 +131,7 @@ def domain_add(operation_logger, domain, dyndns=False):
|
|||
operation_logger.start()
|
||||
|
||||
if dyndns:
|
||||
from yunohost.dyndns import dndns_subscribe
|
||||
from yunohost.dyndns import dyndns_subscribe
|
||||
# Actually subscribe
|
||||
dyndns_subscribe(domain=domain)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import os
|
|||
import pwd
|
||||
import subprocess
|
||||
|
||||
from yunohost.utils.error import YunohostError, YunohostValidationError
|
||||
from yunohost.utils.error import YunohostValidationError
|
||||
from moulinette.utils.filesystem import read_file, write_to_file, chown, chmod, mkdir
|
||||
|
||||
SSHD_CONFIG_PATH = "/etc/ssh/sshd_config"
|
||||
|
|
Loading…
Add table
Reference in a new issue