update shebang to use python2 instead of the distrb prefered

This commit is contained in:
Zykino 2018-09-11 22:08:30 +02:00
parent 34103c49f2
commit 3b76221f29
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
# coding: utf-8
import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
# coding: utf-8
# From Youtube samples : https://raw.githubusercontent.com/youtube/api-samples/master/python/upload_video.py # noqa

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
# coding: utf-8
"""