Use #!/usr/bin/env to support virtualenv (#2518)

This commit is contained in:
Kenny Root
2024-07-25 05:39:01 -07:00
committed by GitHub
parent 3ce6096fdb
commit d23a301826
63 changed files with 63 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from .util import set_original_response, live_server_setup, wait_for_all_checks
from flask import url_for