forked from TrueCloudLab/rclone
Set python version explicitly to 2
to avoid issues on systems where
the default python version is `3` Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com>
This commit is contained in:
parent
bbb9a504a8
commit
a3c55462a8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
"""
|
"""
|
||||||
Make backend documentation
|
Make backend documentation
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
"""
|
"""
|
||||||
Make single page versions of the documentation for release and
|
Make single page versions of the documentation for release and
|
||||||
conversion into man pages etc.
|
conversion into man pages etc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue