mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-30 12:56:13 +00:00
Use module-relative imports
This commit is contained in:
parent
086a704f24
commit
53c887d354
53 changed files with 166 additions and 195 deletions
|
@ -7,14 +7,13 @@ import enum
|
|||
import os
|
||||
from uuid import uuid4
|
||||
|
||||
import requests
|
||||
from kodi_six import xbmc, xbmcvfs
|
||||
|
||||
import client
|
||||
import requests
|
||||
from helper import LazyLogger
|
||||
from helper.utils import translate_path
|
||||
from .. import client
|
||||
from .utils import translate_path
|
||||
|
||||
from . import translate, settings, window, dialog, api
|
||||
from . import translate, settings, window, dialog, api, LazyLogger
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue