Browse Source

Merge pull request #209 from abobov/master

Use open function from io module.
Arnau Sanchez 6 years ago
parent
commit
f9f12a4a1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_upload/main.py

+ 1 - 0
youtube_upload/main.py

@@ -20,6 +20,7 @@ import sys
 import optparse
 import collections
 import webbrowser
+from io import open
 
 import googleapiclient.errors
 import oauth2client