• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
1from PyObjCTools import AppHelper
2import objc; objc.setVerbose(True)
3
4import CGImageView
5import Controller
6import CGImageUtils
7
8AppHelper.runEventLoop()
9