Add missing import of NSTimeZone (#887)

This commit is contained in:
Per Olofsson
2018-12-10 17:04:10 +01:00
committed by Greg Neagle
parent 18ea11f606
commit 302308ba6c
@@ -29,6 +29,7 @@ import objc
# PyLint cannot properly find names inside Cocoa libraries, so issues bogus
# No name 'Foo' in module 'Bar' warnings. Disable them.
# pylint: disable=E0611
from Foundation import NSTimeZone
from Foundation import NSBundle
from Foundation import NSDate
from Foundation import NSFileManager