From 9bd490f402e87d2fbd392acab4045718f2855abc Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 30 Jan 2016 18:54:22 +0100 Subject: [PATCH] Add XXX to keyring special-casing --- vdirsyncer/cli/fetchparams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vdirsyncer/cli/fetchparams.py b/vdirsyncer/cli/fetchparams.py index 5fe3920..e7a141a 100644 --- a/vdirsyncer/cli/fetchparams.py +++ b/vdirsyncer/cli/fetchparams.py @@ -55,6 +55,7 @@ def _fetch_value(opts, key): strategy_fn = STRATEGIES[strategy] except KeyError: if strategy == 'keyring': + # XXX: Deprecate raise exceptions.UserError( 'Fetching passwords via keyring is deprecated. See the ' 'changelog for migration paths.')