1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-31 17:39:30 +00:00

Restore 2.5 compat by activating with_statement future

This commit is contained in:
Philipp Hagemeister 2012-10-22 12:50:47 +02:00
parent b8005afc20
commit 02b324a23d

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import with_statement
__authors__ = (
'Ricardo Garcia Gonzalez',
'Danny Colligan',