[devscripts] Provide pyinstaller hooks

Closes #6185
This commit is contained in:
pukkandan
2023-02-09 01:12:08 +05:30
parent f40e32fb1a
commit acb1042a9f
5 changed files with 39 additions and 32 deletions

View File

@@ -70,9 +70,3 @@ if compat_os_name in ('nt', 'ce'):
return userhome + path[i:]
else:
compat_expanduser = os.path.expanduser
# NB: Add modules that are imported dynamically here so that PyInstaller can find them
# See https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/438
if False:
from . import _legacy # noqa: F401