From 8a0c4509fde77775b5a4bf88c72e9944f6cdff26 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 25 Oct 2018 19:30:18 +0000 Subject: [PATCH] Those arent used ? --- src/yunohost/settings.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/yunohost/settings.py b/src/yunohost/settings.py index 3178b268d..cff82cb68 100644 --- a/src/yunohost/settings.py +++ b/src/yunohost/settings.py @@ -29,12 +29,6 @@ SETTINGS_PATH_OTHER_LOCATION = "/etc/yunohost/settings-%s.json" # * string # * enum (in form a python list) -# we don't store the value in default options -PWD_MODE = ["disabled", "weak", "strong"] -PWD_CHOICES = ["error", "warn_only", "disabled"] -PWD_DEFAULT_ERROR = {"type": "enum", "default": "error", - "choices": PWD_CHOICES} - DEFAULTS = OrderedDict([ ("example.bool", {"type": "bool", "default": True}), ("example.int", {"type": "int", "default": 42}),