Skip to content

Commit 6abe14d

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> (imported from commit 18e4955)
1 parent 2403339 commit 6abe14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)