mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-02 21:07:54 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
@ -9,12 +9,12 @@ from ntpath import dirname
|
|||
from six.moves.urllib.parse import urlencode
|
||||
from kodi_six.utils import py2_encode
|
||||
|
||||
import downloader as server
|
||||
from database import jellyfin_db, queries as QUEM
|
||||
from helper import api, stop, validate, validate_bluray_dir, validate_dvd_dir, jellyfin_item, values, Local
|
||||
from helper import LazyLogger
|
||||
from helper.utils import find_library
|
||||
from helper.exceptions import PathValidationException
|
||||
from .. import downloader as server
|
||||
from ..database import jellyfin_db, queries as QUEM
|
||||
from ..helper import api, stop, validate, validate_bluray_dir, validate_dvd_dir, jellyfin_item, values, Local
|
||||
from ..helper import LazyLogger
|
||||
from ..helper.utils import find_library
|
||||
from ..helper.exceptions import PathValidationException
|
||||
|
||||
from .obj import Objects
|
||||
from .kodi import TVShows as KodiDb, queries as QU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue