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
+5 -6
View File
@@ -2,15 +2,14 @@
# ------------------------------------------------------------
# Canale per animeworld
# ----------------------------------------------------------
import re, urlparse
import re
import urlparse
from core import httptools, scrapertoolsV2, servertools, tmdb, tvdb, support
from channelselector import thumb
from core import httptools, scrapertoolsV2, servertools, tmdb, support
from core.item import Item
from platformcode import logger, config
from specials import autoplay, filtertools, autorenumber
from channelselector import thumb
from specials import autoplay, autorenumber
host = "https://www.animeworld.it"