pesterchum/oyoyo
Dpeta d62222d6cd Partial build process rewrite.
- Removes files for package building to avoid PyInstaller package beviour.
 - Removed __main__.py and run_as_subprocess.py for now, calling Python from path is not an acceptable way to mitigate the relative import issue.
 - Renamed pyinstaller.py to pyinst.py to avoid the script being executed when "python -m PyInstaller" is ran.
 - Adds Python 3.8 compatible command-line options to pyinst.py
2022-10-29 21:49:35 +02:00
..
client.py Use certifi root certificates when available 2022-10-08 21:04:38 +02:00
cmdhandler.py Reformat codebase (#97) 2022-10-07 22:51:40 +02:00
helpers.py Reformat codebase (#97) 2022-10-07 22:51:40 +02:00
ircevents.py Reformat codebase (#97) 2022-10-07 22:51:40 +02:00
parse.py Reformat codebase (#97) 2022-10-07 22:51:40 +02:00
services.py Reformat codebase (#97) 2022-10-07 22:51:40 +02:00