From 354cd8106edc379621a6787338c28ac5c4bb5628 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 25 Oct 2018 19:35:36 +0000 Subject: [PATCH] Misc cleaning --- src/yunohost/tools.py | 1 - src/yunohost/utils/password.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/yunohost/tools.py b/src/yunohost/tools.py index f58a7880..c54355c3 100644 --- a/src/yunohost/tools.py +++ b/src/yunohost/tools.py @@ -54,7 +54,6 @@ from yunohost.monitor import monitor_disk, monitor_system from yunohost.utils.packages import ynh_packages_version from yunohost.utils.network import get_public_ip from yunohost.log import is_unit_operation, OperationLogger -from yunohost.settings import settings_get # FIXME this is a duplicate from apps.py APPS_SETTING_PATH = '/etc/yunohost/apps/' diff --git a/src/yunohost/utils/password.py b/src/yunohost/utils/password.py index 6870c704..e3e82207 100644 --- a/src/yunohost/utils/password.py +++ b/src/yunohost/utils/password.py @@ -2,7 +2,7 @@ """ License - Copyright (C) 2013 YunoHost + Copyright (C) 2018 YunoHost This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published