Mark entry point files as executable for unix systems and add shebang lines
This commit is contained in:
parent
d8a26fce53
commit
b604179e51
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import os
|
||||
import logging
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import os
|
||||
import logging
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from argparse import Namespace
|
||||
from glob import glob
|
||||
import json
|
||||
|
|
Loading…
Reference in New Issue