2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

criu-ns: Update shebang line to python

CentOS 7 CI environment uses Python 2. To execute criu-ns
script in CentOS 7 changing the current shebang line to
python is required.

This reverse the changes made in a15a63fce0

Signed-off-by: Dhanuka Warusadura <csx@tuta.io>
This commit is contained in:
Dhanuka Warusadura
2023-05-22 15:06:14 +05:30
committed by Andrei Vagin
parent 9cd09f5860
commit fc08fa9077

View File

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