From: Jack Jansen Date: Wed, 28 Aug 2002 21:16:53 +0000 (+0000) Subject: Interface to Apple Help Viewer. X-Git-Tag: v2.3c1~4273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e;p=thirdparty%2FPython%2Fcpython.git Interface to Apple Help Viewer. --- diff --git a/Mac/Lib/Carbon/AH.py b/Mac/Lib/Carbon/AH.py new file mode 100644 index 000000000000..0701e7bd87b1 --- /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 000000000000..3496d5926c59 --- /dev/null +++ b/Mac/Lib/Carbon/AppleHelp.py @@ -0,0 +1,6 @@ +# Generated from 'AppleHelp.h' + +kAHInternalErr = -10790 +kAHInternetConfigPrefErr = -10791 +kAHTOCTypeUser = 0 +kAHTOCTypeDeveloper = 1