mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-03 05:47:08 -05:00
Restore 2.5 compat by activating with_statement future
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
__authors__ = (
|
||||
'Ricardo Garcia Gonzalez',
|
||||
'Danny Colligan',
|
||||
|
||||
Reference in New Issue
Block a user