commit 302308ba6ce02e2c4eeeb3952eaeaf0f34c092d7 Author: Per Olofsson Date: Mon Dec 10 17:04:10 2018 +0100 Add missing import of NSTimeZone (#887) diff --git a/code/apps/Managed Software Center/Managed Software Center/munki.py b/code/apps/Managed Software Center/Managed Software Center/munki.py index a5a4e58e..a7b2fbdb 100644 --- a/code/apps/Managed Software Center/Managed Software Center/munki.py +++ b/code/apps/Managed Software Center/Managed Software Center/munki.py @@ -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