Преглед изворни кода

Restore 2.5 compat by activating with_statement future

Philipp Hagemeister пре 13 година
родитељ
комит
02b324a23d
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      youtube_dl/__init__.py

+ 2 - 0
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',