remove a fixme. close #2493

This commit is contained in:
Nikos Kouremenos 2006-10-10 15:26:52 +00:00
parent f2dadec619
commit a25b63bcc3
1 changed files with 0 additions and 2 deletions

View File

@ -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()