Mark entry point files as executable for unix systems and add shebang lines

This commit is contained in:
Kevin Cathcart 2018-01-01 13:11:11 -05:00
parent d8a26fce53
commit b604179e51
4 changed files with 4 additions and 0 deletions

1
Adjuster.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import os
import logging

1
EntranceRandomizer.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import os
import logging

1
Gui.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from argparse import Namespace
from glob import glob
import json

1
Plando.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import hashlib
import logging