Browse Source

Restore 2.5 compat by activating with_statement future

rtmp_test
Philipp Hagemeister 12 years ago
parent
commit
02b324a23d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/__init__.py

+ 2
- 0
youtube_dl/__init__.py View File

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


Loading…
Cancel
Save