• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
1from PyObjCTools import AppHelper
2
3import AppController
4
5# Uncomment the next two lines to make
6# PyObjC more verbose, which helps during
7# debugging.
8import objc
9objc.setVerbose(True)
10
11
12AppHelper.runEventLoop()
13