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:
Radostin Stoyanov 2021-09-27 18:57:14 +01:00 committed by Andrei Vagin
parent 000ea82669
commit a15a63fce0

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import ctypes
import ctypes.util
import errno