• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PredicateEditorSample/
1from PyObjCTools import AppHelper
2
3import CaseInsensitivePredicateTemplate
4import MyWindowController
5
6AppHelper.runEventLoop()
7