Add AnnoncePage in __all__
Signed-off-by: Vicnet <vo.publique@gmail.com>
This commit is contained in:
parent
71ecf62e6f
commit
da0d25ae38
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from weboob.tools.browser import BasePage, BrokenPageError
|
||||||
from weboob.capabilities import NotAvailable, NotLoaded
|
from weboob.capabilities import NotAvailable, NotLoaded
|
||||||
from weboob.capabilities.pricecomparison import Product, Price, Shop
|
from weboob.capabilities.pricecomparison import Product, Price, Shop
|
||||||
|
|
||||||
__all__ = ['MainPage','ListingAutoPage']
|
__all__ = ['MainPage', 'ListingAutoPage', 'AnnoncePage']
|
||||||
|
|
||||||
# I manage main page, ie do nothing yet
|
# I manage main page, ie do nothing yet
|
||||||
class MainPage(BasePage):
|
class MainPage(BasePage):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue