mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
825c6e69fa
commit
187a9edf10
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
from calibre.web.feeds.news import BasicNewsRecipe, classes
|
||||
|
||||
|
||||
class MuyInteresante(BasicNewsRecipe):
|
||||
title = 'Muy Interesante México'
|
||||
__author__ = 'unkn0wn'
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
from calibre.web.feeds.news import BasicNewsRecipe, classes
|
||||
|
||||
|
||||
class RevistaMuyInteresante(BasicNewsRecipe):
|
||||
title = 'Revista Muy Interesante'
|
||||
__author__ = 'unkn0wn'
|
||||
|
Loading…
x
Reference in New Issue
Block a user