mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-08 18:02:03 +00:00
Fix import error on ubuntu
For some reason, it doesn't seem to like making submodules available from within the __init__.py file
This commit is contained in:
parent
a9563119be
commit
0635990d67
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1 @@
|
|||
# Dummy file to make this directory a package.
|
||||
from serverconnect import ServerConnect
|
||||
from usersconnect import UsersConnect
|
||||
from loginconnect import LoginConnect
|
||||
from loginmanual import LoginManual
|
||||
from servermanual import ServerManual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue