pastebin: Fix login without API

This commit is contained in:
Laurent Bachelier 2012-11-08 11:15:14 +01:00 committed by Romain Bignon
commit 400056c057
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@
from weboob.tools.browser import BasePage, BrokenPageError
__all__ = ['PastePage', 'PostPage']
__all__ = ['PastePage', 'PostPage', 'LoginPage']
class BasePastebinPage(BasePage):