s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .backend import SomaFMBackend
|
||||
from .backend import SomaFMModule
|
||||
|
||||
|
||||
__all__ = ['SomaFMBackend']
|
||||
__all__ = ['SomaFMModule']
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ from weboob.tools.browser import StandardBrowser
|
|||
from weboob.tools.parsers.iparser import IParser
|
||||
|
||||
|
||||
__all__ = ['SomaFMBackend']
|
||||
__all__ = ['SomaFMModule']
|
||||
|
||||
|
||||
class LxmlParser(IParser):
|
||||
|
|
@ -36,7 +36,7 @@ class LxmlParser(IParser):
|
|||
return lxml.etree.fromstring(data.read())
|
||||
|
||||
|
||||
class SomaFMBackend(BaseModule, CapRadio, CapCollection):
|
||||
class SomaFMModule(BaseModule, CapRadio, CapCollection):
|
||||
NAME = 'somafm'
|
||||
MAINTAINER = u'Roger Philibert'
|
||||
EMAIL = 'roger.philibert@gmail.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue