fix shebang line
This commit is contained in:
parent
b6f6e928d5
commit
3e3fe2ec97
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import stat
|
||||
|
|
Loading…
Reference in New Issue