10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-11-03 20:53:59 +01:00

Fix shebang

This commit is contained in:
Mickaël Véril 2019-11-12 20:09:18 +01:00
parent e23b1c375c
commit d5bd583e36

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import sys import sys
import re import re
import numpy as np import numpy as np