Skip to content

Commit

Permalink
criu-ns: change python shebang to python3
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rst0git authored and avagin committed Oct 12, 2021
1 parent 000ea82 commit a15a63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/criu-ns
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import ctypes
import ctypes.util
import errno
Expand Down

0 comments on commit a15a63f

Please sign in to comment.