mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-15 04:44:00 +02:00
Add shebang to python scrips used in the project.
This prevents the wrong interpreter from being used.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import re, os, shutil, string, sys
|
import re, os, shutil, string, sys
|
||||||
|
|
||||||
def generateElements(elementFiles, outputCpp, outputH):
|
def generateElements(elementFiles, outputCpp, outputH):
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import uuid
|
import uuid
|
||||||
|
Reference in New Issue
Block a user