Browse Source

add missing __future__ import unicode_literals

Petr Vaněk 3 years ago
parent
commit
bf23bc0489
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youtube_dl/extractor/streamcz.py

+ 2 - 0
youtube_dl/extractor/streamcz.py

@@ -1,4 +1,6 @@
 # coding: utf-8
 # coding: utf-8
+from __future__ import unicode_literals
+
 import json
 import json
 import re
 import re