Skip to content
Snippets Groups Projects
Commit a25b63bc authored by nkour's avatar nkour
Browse files

remove a fixme. close #2493

parent f2dadec6
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,6 @@ def get_storage():
global storage
if storage is None: # None is only in first time get_storage is called
if USER_HAS_GNOMEKEYRING:
#FIXME: detect if we're running under GNOME or not
#before deciding to use the GnomeKeyring backend
storage = GnomePasswordStorage()
else:
storage = SimplePasswordStorage()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment