add __future__ import

This commit is contained in:
Christophe Benz 2010-05-01 18:56:50 +02:00
commit 056dec231d

View file

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