make executable

This commit is contained in:
Andrew de Quincey 2021-05-01 10:29:10 +01:00
parent 1e63b74b1b
commit 1b14b9d14d
2 changed files with 4 additions and 0 deletions

2
kiln-tuner.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import os
import sys
import csv

2
zieglernicols.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import csv
import argparse