mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Merge pull request #17 from nicomem/master
Change shebang to use python3 by default
This commit is contained in:
commit
72cfe0ccc5
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue