mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Patch TCl/Tk exports for apps
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user