projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8005af
)
Restore 2.5 compat by activating with_statement future
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 22 Oct 2012 10:50:47 +0000
(12:50 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 22 Oct 2012 10:51:20 +0000
(12:51 +0200)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index a52d69a306fa7b75f2e4ce9f0d2224443a7c8570..ad9a06c55a0cdf1279655e2a8be382cd6fe010d2 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-1,6
+1,8
@@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+from __future__ import with_statement
+
__authors__ = (
'Ricardo Garcia Gonzalez',
'Danny Colligan',