parent
f40e32fb1a
commit
acb1042a9f
5 changed files with 39 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue