Add missing class to __all__
This commit is contained in:
parent
9363781b3c
commit
c2c9d365ba
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
from weboob.tools.browser import BasePage
|
from weboob.tools.browser import BasePage
|
||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
|
|
||||||
__all__ = ['PastePage']
|
__all__ = ['PastePage', 'PostPage']
|
||||||
|
|
||||||
class PastePage(BasePage):
|
class PastePage(BasePage):
|
||||||
def fill_paste(self, paste):
|
def fill_paste(self, paste):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue