diff --git a/__pycache__/header_imports.cpython-38.pyc b/__pycache__/header_imports.cpython-38.pyc index c433c52..c5f66c6 100644 Binary files a/__pycache__/header_imports.cpython-38.pyc and b/__pycache__/header_imports.cpython-38.pyc differ diff --git a/header_imports/__init__.py b/header_imports/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/header_imports/__pycache__/__init__.cpython-38.pyc b/header_imports/__pycache__/__init__.cpython-38.pyc index fb5f673..2dcad25 100644 Binary files a/header_imports/__pycache__/__init__.cpython-38.pyc and b/header_imports/__pycache__/__init__.cpython-38.pyc differ diff --git a/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc b/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc deleted file mode 100644 index 4e71b32..0000000 Binary files a/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc and /dev/null differ diff --git a/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc b/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc deleted file mode 100644 index 01fbf76..0000000 Binary files a/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc and /dev/null differ diff --git a/main.py b/main.py index 9d6237b..1d390f1 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 """ PyPack - A Python to executable converter Main entry point for the application diff --git a/scripts/bellande_python_executable_test.sh b/scripts/bellande_python_executable_test.sh index c6df9e2..510bc5c 100755 --- a/scripts/bellande_python_executable_test.sh +++ b/scripts/bellande_python_executable_test.sh @@ -1,6 +1,6 @@ python3 ../main.py \ - --script_file ../test_files/test.py \ - --output Test \ - --name Test_Name \ - --onefile \ - --windowed + --script_file ../test_files/test.py \ + --output Test \ + --name Test_Name \ + --onefile \ + --windowed