s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -29,10 +29,10 @@ from .browser import ArteBrowser
|
|||
from .video import ArteVideo, ArteLiveVideo
|
||||
|
||||
|
||||
__all__ = ['ArteBackend']
|
||||
__all__ = ['ArteModule']
|
||||
|
||||
|
||||
class ArteBackend(BaseModule, CapVideo, CapCollection):
|
||||
class ArteModule(BaseModule, CapVideo, CapCollection):
|
||||
NAME = 'arte'
|
||||
MAINTAINER = u'Bezleputh'
|
||||
EMAIL = 'carton_ben@yahoo.fr'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue