remove bad shebang
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#jinja2:variable_start_string:'[%',variable_end_string:'%]',comment_start_string:'<%',comment_end_string:'%>'
|
#! /usr/bin/env python3
|
||||||
#! [% discovered_interpreter_python %]
|
|
||||||
import glob
|
import glob
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#! /usr/bin/env python3
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! {{ discovered_interpreter_python }}
|
#! /usr/bin/env python3
|
||||||
import glob
|
import glob
|
||||||
import json
|
import json
|
||||||
from sys import argv,stderr
|
from sys import argv,stderr
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#jinja2:variable_start_string:'[%',variable_end_string:'%]',comment_start_string:'<%',comment_end_string:'%>'
|
#! /usr/bin/env python3
|
||||||
#! [% discovered_interpreter_python %]
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user