TagStudioDev / TagStudio

A User-Focused Photo & File Management System
GNU General Public License v3.0
2.85k stars 266 forks source link

Refactor: remove __init__.py files meant for Python versions before 3.3 #160

Closed xarvex closed 1 month ago

xarvex commented 1 month ago

This does mess with a large amount of imports, as the system was being misused to re-export submodules. This change is necessary if PyInstaller is to work.

This has been carefully checked that no imports were "lost".