PEP 8 fix
This commit is contained in:
parent
5a7ae0a5bd
commit
3bc2312338
15 changed files with 48 additions and 7 deletions
|
|
@ -26,6 +26,7 @@ from .tools import url2id
|
|||
from .browser import NewspaperInrocksBrowser
|
||||
|
||||
class NewspaperInrocksBackend(BaseBackend, ICapMessages):
|
||||
"NewspaperInrocksBackend class"
|
||||
MAINTAINER = 'Julien Hebert'
|
||||
EMAIL = 'juke@free.fr'
|
||||
VERSION = '0.6'
|
||||
|
|
@ -78,6 +79,7 @@ class NewspaperInrocksBackend(BaseBackend, ICapMessages):
|
|||
yield(thread)
|
||||
|
||||
def fill_thread(self, thread):
|
||||
"fill the thread"
|
||||
return self.get_thread(thread)
|
||||
|
||||
def iter_unread_messages(self, thread=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue