s/Backend/Module

This commit is contained in:
Florent 2014-09-22 17:50:46 +02:00
commit 9370b2fae7
344 changed files with 720 additions and 720 deletions

View file

@ -26,7 +26,7 @@ import re
from .browser import PixtoilelibreBrowser
__all__ = ['PixtoilelibreBackend']
__all__ = ['PixtoilelibreModule']
class PixPaste(BasePaste):
@ -35,7 +35,7 @@ class PixPaste(BasePaste):
return 'http://pix.toile-libre.org/?img=%s' % id
class PixtoilelibreBackend(BaseModule, CapPaste):
class PixtoilelibreModule(BaseModule, CapPaste):
NAME = 'pixtoilelibre'
DESCRIPTION = u'toile-libre image hosting website'
MAINTAINER = u'Vincent A'