Fix bug importing datetime.datetime
This commit is contained in:
parent
d1346b2cd6
commit
ac3016c84d
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@ import os
|
|||
import time
|
||||
from datetime import datetime
|
||||
###############################################################################
|
||||
|
||||
log = getLogger("PLEX."+__name__)
|
||||
|
||||
# This is a throwaway variable to deal with a python bug
|
||||
_ = datetime.strptime('20110101', '%Y%m%d')
|
||||
###############################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue