mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
c9c2982403
renamed auto_upgrade to update_now made config init similar to hotkey update now is a popup which runs from gui thread instead of an independent process if the user decides to upgrade, bot is quited and update is started in the end of the main thread if update flag is set
9 lines
488 B
Python
9 lines
488 B
Python
from .config import Config
|
|
from .helper import (addon_exists, create_shortcut, create_shortcut_first,
|
|
get_addonversion, get_savedvarsdir, initialize_uid,
|
|
install_addon, install_thread_excepthook, manifest_file,
|
|
not_implemented, open_web, playsound_multiple,
|
|
remove_addon, restart, unhandled_exception_logging,
|
|
update, install_required_addons)
|
|
from .luaparser import sv_color_extract
|