From b3938fc6d23373e8331385e52ca36d3eb0ef7337 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 13 Jan 2010 18:34:33 +0100 Subject: add an URL to Gnome keyring API (it wasn't trivial to google for) Signed-off-by: Denys Vlasenko --- src/Gui/ConfBackend.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/Gui/ConfBackend.py b/src/Gui/ConfBackend.py index 024a103..1d6ac9e 100644 --- a/src/Gui/ConfBackend.py +++ b/src/Gui/ConfBackend.py @@ -1,5 +1,8 @@ from abrt_utils import _ +# Doc on Gnome keyring API: +# http://library.gnome.org/devel/gnome-keyring/stable/ + #FIXME: add some backend factory try: -- cgit