Make scripts executable
This commit is contained in:
parent
c727f06900
commit
ba71bad13f
2
generate_storage_label.py
Normal file → Executable file
2
generate_storage_label.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/python
|
||||
|
||||
import shimatta_label.label_image as li
|
||||
import shimatta_label.brother_ql_wrapper as ql_wrapper
|
||||
from shimatta_label.storage_label import StorageLabel
|
||||
|
2
print_labels_from_csv.py
Normal file → Executable file
2
print_labels_from_csv.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/python
|
||||
|
||||
import pandas as pd
|
||||
import shimatta_label.label_image as li
|
||||
import shimatta_label.brother_ql_wrapper as ql_wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user