fix for Failed to import _strptime because the import lockis held by another thread.

This commit is contained in:
im85288 2016-02-07 09:45:08 +00:00
parent 5e6e606031
commit 3b95536539
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from datetime import datetime
import xbmc import xbmc
import xbmcaddon import xbmcaddon
import xbmcgui import xbmcgui
import _strptime
import xbmcvfs import xbmcvfs
################################################################################################# #################################################################################################