This commit is contained in:
juke 2011-02-10 16:17:00 +01:00 committed by Romain Bignon
commit 3c33a53a3b
2 changed files with 10 additions and 1 deletions

View file

@ -40,6 +40,7 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
DESCRIPTION = u'20minutes French news website'
#CONFIG = ValuesDict(Value('login', label='Account ID'),
# Value('password', label='Password', masked=True))
STORAGE = {'seen': {}}
BROWSER = Newspaper20minutesBrowser
def get_thread(self, _id):