Revert "Revert "Remove obsolete import""

This reverts commit 40b5979879.
This commit is contained in:
tomkat83 2017-05-17 10:10:10 +02:00
parent bce800abc2
commit ba9a24d70e

View file

@ -6,7 +6,7 @@ import logging
from os import path as os_path
from sys import path as sys_path, argv
from xbmc import translatePath, Monitor, sleep
from xbmc import translatePath, Monitor
from xbmcaddon import Addon
###############################################################################