ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

Cleanup build_app.py #503

Open Tokarak opened 12 months ago

Tokarak commented 12 months ago

With the introduction of sys.base_prefix a while ago, some code has become redundant, doing exactly what sys.base_prefix is for. This pr should have no functionality changes, but makes the code (slightly) more readable.