mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Use Python 3 for all Python scripts
This commit is contained in:
committed by
link2xt
parent
2b207e1375
commit
ff3dd878c5
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
setup a python binding development in-place install with cargo debug symbols.
|
setup a python binding development in-place install with cargo debug symbols.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user