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.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue