mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu-ns: change python shebang to python3
PEP 394 recommends changing python shebangs to python3 when Python 3.x is supported. This is similar to `crit-python3`. https://www.python.org/dev/peps/pep-0394/ Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
000ea82669
commit
a15a63fce0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import ctypes
|
||||
import ctypes.util
|
||||
import errno
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue