Patch TCl/Tk exports for apps

This commit is contained in:
Valentin Niess
2020-05-06 13:49:16 +02:00
parent 5552c1f7cb
commit 07adf65f99
3 changed files with 43 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
from .build import build_appimage
from .relocate import patch_binary, relocate_python
from .relocate import patch_binary, relocate_python, tcltk_env_string
__all__ = ['build_appimage', 'patch_binary', 'relocate_python']
__all__ = ['build_appimage', 'patch_binary', 'relocate_python',
'tcltk_env_string']