Revert "Remove obsolete import"

This reverts commit c3b0d5f2a7.
This commit is contained in:
tomkat83 2017-05-14 16:40:27 +02:00
parent 05aa97c0ad
commit 40b5979879

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
from xbmc import translatePath, Monitor, sleep
from xbmcaddon import Addon
###############################################################################