fix compatibility with python2.5

This commit is contained in:
Romain Bignon 2011-10-12 16:40:28 +02:00
commit 44ad8b5f63
4 changed files with 2 additions and 9 deletions

View file

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