• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-AppleScriptKit/Lib/AppleScriptKit/
1'''
2Python mapping for the AppleScriptKit framework.
3
4This module does not contain docstrings for the wrapped code, check Apple's
5documentation for details on how to use these functions and classes.
6'''
7
8import objc as _objc
9from AppKit import *
10
11__bundle__ = _objc.initFrameworkWrapper("AppleScriptKit",
12    frameworkIdentifier="com.apple.AppleScriptKit",
13    frameworkPath=_objc.pathForFramework(
14        "/System/Library/Frameworks/AppleScriptKit.framework"),
15    globals=globals())
16