Add shebang to python scrips used in the project.
This prevents the wrong interpreter from being used.
This commit is contained in:
parent
b975dc2938
commit
dc70646ee2
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import re, os, shutil, string, sys
|
||||
|
||||
def generateElements(elementFiles, outputCpp, outputH):
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import re
|
||||
import os
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
from pathlib import Path
|
||||
import uuid
|
||||
|
Reference in New Issue
Block a user