Skip to content

Commit 18e4955

Browse files
RocketMaDevpcmoore
authored andcommitted
python: Fix shebang in setup.py
Though setup.py is deprecated, but we'd better fix shebang now... Signed-off-by: RocketDev <ma2014119@outlook.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 124fe17 commit 18e4955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
#
44
# Enhanced Seccomp Library Python Module Build Script

0 commit comments

Comments
 (0)