Merged MunkiStatus.app and Managed Software Update.app. Added UI for Optional Software.

git-svn-id: http://munki.googlecode.com/svn/trunk@579 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-07-21 02:52:21 +00:00
parent c43ff233fc
commit 117ef8d23f
16 changed files with 4620 additions and 1044 deletions
+5 -2
View File
@@ -26,9 +26,12 @@ import AppKit
from PyObjCTools import AppHelper
# import modules containing classes required to start application and load MainMenu.nib
import Managed_Software_UpdateAppDelegate
import MSUWindowController
import MSUAppDelegate
import MSUMainWindowController
import MSUOptionalInstallsViewController
import MSUupdatesViewController
import MSUWebViewPolicyDelegate
import MSUStatusWindowController
# pass control to AppKit
AppHelper.runEventLoop()