generate-syscall-list: require python3

Python3.4 works, but 2.7 returns a tuple from os.uname().
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-08-22 16:07:05 +02:00
parent d75615f398
commit 8694114b80
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import os