mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +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
|
@ -10,11 +10,7 @@ import xbmcaddon
|
||||||
import clientinfo
|
import clientinfo
|
||||||
import read_embyserver as embyserver
|
import read_embyserver as embyserver
|
||||||
import connect.connectionmanager as connectionmanager
|
import connect.connectionmanager as connectionmanager
|
||||||
from dialog.serverconnect import ServerConnect
|
from dialogs import ServerConnect, UsersConnect, LoginConnect, LoginManual, ServerManual
|
||||||
from dialog.usersconnect import UsersConnect
|
|
||||||
from dialog.loginconnect import LoginConnect
|
|
||||||
from dialog.loginmanual import LoginManual
|
|
||||||
from dialog.servermanual import ServerManual
|
|
||||||
|
|
||||||
##################################################################################################
|
##################################################################################################
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
# Dummy file to make this directory a package.
|
|
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…
Reference in a new issue