mirror of
https://github.com/munki/munki.git
synced 2026-05-04 03:20:19 -05:00
Add missing import of NSTimeZone (#887)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user