From 056dec231d6515e578330ce935dbc5a6ef6bd5f9 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Sat, 1 May 2010 18:56:50 +0200 Subject: [PATCH] add __future__ import --- weboob/frontends/weboorrents/application.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weboob/frontends/weboorrents/application.py b/weboob/frontends/weboorrents/application.py index b110f2ef..363cf216 100644 --- a/weboob/frontends/weboorrents/application.py +++ b/weboob/frontends/weboorrents/application.py @@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ +from __future__ import with_statement + import sys from weboob.capabilities.torrent import ICapTorrent