add __future__ import
This commit is contained in:
parent
f7db731878
commit
056dec231d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue