Remove obsolete import
This commit is contained in:
parent
0520fbda3e
commit
c3b0d5f2a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue