mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-04 23:36:12 +00:00
Revert import changes
Seems to be an issue with the folder name - maybe conflicting in some way?
This commit is contained in:
parent
b4414648dc
commit
c2aba7ccb6
8 changed files with 7 additions and 6 deletions
6
resources/lib/dialogs/__init__.py
Normal file
6
resources/lib/dialogs/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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