diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-28 21:16:53 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-28 21:16:53 +0000 |
commit | 4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e (patch) | |
tree | 1e684a44c65db94ac11e3fbcec17084f6516976f | |
parent | 266e6b1f4be03ce2c95f328e0856f5cbac3b6347 (diff) | |
download | cpython-git-4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e.tar.gz |
Interface to Apple Help Viewer.
-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 0000000000..0701e7bd87 --- /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 0000000000..3496d5926c --- /dev/null +++ b/Mac/Lib/Carbon/AppleHelp.py @@ -0,0 +1,6 @@ +# Generated from 'AppleHelp.h' + +kAHInternalErr = -10790 +kAHInternetConfigPrefErr = -10791 +kAHTOCTypeUser = 0 +kAHTOCTypeDeveloper = 1 |