remove kodi-six, use python3 kodi libs

This commit is contained in:
Rob Weber
2019-11-22 14:53:20 -06:00
parent 5c3e1712f6
commit 3aa912ca4c
10 changed files with 12 additions and 13 deletions

View File

@ -1,9 +1,8 @@
from __future__ import unicode_literals
import time
import json
from kodi_six import xbmc, xbmcgui, xbmcvfs
import xbmc, xbmcgui, xbmcvfs
from . import utils as utils
import os
from datetime import datetime
from . vfs import XBMCFileSystem,DropboxFileSystem,ZipFileSystem
from . progressbar import BackupProgressBar