mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-10 11:25:07 +00:00
Moved setting addon mode to utils
It was the only useful function left in setup.py since we've removed the rest of them over time
This commit is contained in:
parent
7ee28a0c71
commit
2cef5b727f
4 changed files with 20 additions and 62 deletions
|
@ -18,6 +18,7 @@ from .utils import unzip
|
|||
from .utils import create_id
|
||||
from .utils import convert_to_local as Local
|
||||
from .utils import has_attribute
|
||||
from .utils import set_addon_mode
|
||||
|
||||
from .wrapper import progress
|
||||
from .wrapper import catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue