Allow script to work on old and not yet usr-merged systems

This commit is contained in:
David Prevot 2023-07-20 16:17:43 +02:00
parent f2eaac0894
commit 440a54c21c

View file

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
import re
import sys
@ -149,4 +149,4 @@ def main():
if __name__ == "__main__":
main()
sys.exit(0)
sys.exit(0)