[popolemploi] fix place selection
This commit is contained in:
parent
cedae69840
commit
76a7a8ab04
3 changed files with 142 additions and 240 deletions
|
|
@ -25,7 +25,7 @@ import re
|
|||
from .job import PopolemploiJobAdvert
|
||||
|
||||
|
||||
__all__ = ['SearchPage', 'AdvertPage', 'ChangeLocationPage', 'ChangeLocationReturnPage']
|
||||
__all__ = ['SearchPage', 'AdvertPage']
|
||||
|
||||
|
||||
class SearchPage(BasePage):
|
||||
|
|
@ -100,11 +100,3 @@ class AdvertPage(BasePage):
|
|||
advert.pay = pay.strip()
|
||||
|
||||
return advert
|
||||
|
||||
|
||||
class ChangeLocationReturnPage(BasePage):
|
||||
pass
|
||||
|
||||
|
||||
class ChangeLocationPage(BasePage):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue