[popolemploi] fix place selection

This commit is contained in:
Bezleputh 2014-04-06 01:01:45 +02:00 committed by Romain Bignon
commit 76a7a8ab04
3 changed files with 142 additions and 240 deletions

View file

@ -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