mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Relocate appification
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .build import build_appimage
|
||||
from .relocate import cert_file_env_string, patch_binary, relocate_python, \
|
||||
tcltk_env_string
|
||||
from .appify import Appifier, tcltk_env_string
|
||||
from .relocate import patch_binary, relocate_python
|
||||
|
||||
|
||||
__all__ = ['build_appimage', 'cert_file_env_string', 'patch_binary',
|
||||
'relocate_python', 'tcltk_env_string']
|
||||
__all__ = ['Appifier', 'build_appimage', 'patch_binary', 'relocate_python',
|
||||
'tcltk_env_string']
|
||||
|
||||
Reference in New Issue
Block a user