diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-28 21:16:53 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-28 21:16:53 (GMT) |
commit | 4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e (patch) | |
tree | 1e684a44c65db94ac11e3fbcec17084f6516976f /Mac | |
parent | 266e6b1f4be03ce2c95f328e0856f5cbac3b6347 (diff) | |
download | cpython-4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e.zip cpython-4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e.tar.gz cpython-4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e.tar.bz2 |
Interface to Apple Help Viewer.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/Carbon/AH.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/AppleHelp.py | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/AH.py b/Mac/Lib/Carbon/AH.py new file mode 100644 index 0000000..0701e7b --- /dev/null +++ b/Mac/Lib/Carbon/AH.py @@ -0,0 +1 @@ +from _AH import * diff --git a/Mac/Lib/Carbon/AppleHelp.py b/Mac/Lib/Carbon/AppleHelp.py new file mode 100644 index 0000000..3496d59 --- /dev/null +++ b/Mac/Lib/Carbon/AppleHelp.py @@ -0,0 +1,6 @@ +# Generated from 'AppleHelp.h' + +kAHInternalErr = -10790 +kAHInternetConfigPrefErr = -10791 +kAHTOCTypeUser = 0 +kAHTOCTypeDeveloper = 1 |