optmize imports by pycharm :)

This commit is contained in:
mac12m99
2019-05-24 23:19:40 +02:00
parent 9f22426b56
commit 37af023351
226 changed files with 655 additions and 702 deletions
+3 -10
View File
@@ -3,20 +3,16 @@
# -*- Created for Alfa-addon -*-
# -*- By the Alfa Develop Group -*-
import re
import urllib
import os
from core import httptools
from core import scrapertools
from core import servertools
from core import jsontools
from channelselector import get_thumb
from core import httptools
from core import jsontools
from core import servertools
from core import tmdb
from core.item import Item
from platformcode import logger, config, platformtools
from specials import autoplay
from specials import filtertools
list_data = {}
@@ -199,7 +195,6 @@ def findvideos(item):
def add_channel(item):
logger.info()
import xbmc
import xbmcgui
channel_to_add = {}
json_file = ''
@@ -245,8 +240,6 @@ def add_channel(item):
def remove_channel(item):
logger.info()
import xbmc
import xbmcgui
path = os.path.join(config.get_data_path(), 'community_channels.json')
community_json = open(path, "r")