fix compatibility with python2.5
This commit is contained in:
parent
ce52d2967e
commit
44ad8b5f63
4 changed files with 2 additions and 9 deletions
|
|
@ -18,9 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
"backend for http://www.ecrans.fr"
|
||||
|
||||
# python2.5 compatibility
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.messages import ICapMessages
|
||||
from weboob.tools.capabilities.messages.GenericBackend import GenericNewspaperBackend
|
||||
from .browser import NewspaperEcransBrowser
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
"backend for http://www.lesinrocks.com"
|
||||
|
||||
# python2.5 compatibility
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.messages import ICapMessages
|
||||
from weboob.tools.capabilities.messages.GenericBackend import GenericNewspaperBackend
|
||||
from .browser import NewspaperInrocksBrowser
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
"backend for http://www.lefigaro.fr"
|
||||
|
||||
# python2.5 compatibility
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.messages import ICapMessages
|
||||
from weboob.tools.capabilities.messages.GenericBackend import GenericNewspaperBackend
|
||||
from .browser import NewspaperFigaroBrowser
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.travel import ICapTravel, Station, Departure, RoadStep
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue