• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
1from PyObjCTools import AppHelper
2
3from twisted.internet._threadedselect import install
4reactor = install()
5
6
7# import classes required to start application
8import WSTApplicationDelegateClass
9import WSTConnectionWindowControllerClass
10
11# pass control to the AppKit
12AppHelper.runEventLoop()
13