Restore 2.5 compat by activating with_statement future
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 22 Oct 2012 10:50:47 +0000 (12:50 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 22 Oct 2012 10:51:20 +0000 (12:51 +0200)
youtube_dl/__init__.py

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