remove bad shebang

This commit is contained in:
2025-10-07 14:38:54 +02:00
parent ce57937ebe
commit 9874f68515
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
#jinja2:variable_start_string:'[%',variable_end_string:'%]',comment_start_string:'<%',comment_end_string:'%>'
#! [% discovered_interpreter_python %]
#! /usr/bin/env python3
import glob
import json

View File

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

View File

@@ -1,4 +1,4 @@
#! {{ discovered_interpreter_python }}
#! /usr/bin/env python3
import glob
import json
from sys import argv,stderr

View File

@@ -1,5 +1,4 @@
#jinja2:variable_start_string:'[%',variable_end_string:'%]',comment_start_string:'<%',comment_end_string:'%>'
#! [% discovered_interpreter_python %]
#! /usr/bin/env python3
import json
import os
import re