Remove obsolete import

This commit is contained in:
tomkat83 2017-05-12 15:32:12 +02:00
parent 0520fbda3e
commit c3b0d5f2a7

View file

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