replace-content.py should use python3 explicitly
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Replace text in a file given a key identifying a block to replace.
|
# Replace text in a file given a key identifying a block to replace.
|
||||||
# If the file doesn't exist, create it.
|
# If the file doesn't exist, create it.
|
||||||
|
|||||||
Reference in New Issue
Block a user