]> granicus.if.org Git - python/commitdiff
Interface to Apple Help Viewer.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 28 Aug 2002 21:16:53 +0000 (21:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 28 Aug 2002 21:16:53 +0000 (21:16 +0000)
Mac/Lib/Carbon/AH.py [new file with mode: 0644]
Mac/Lib/Carbon/AppleHelp.py [new file with mode: 0644]

diff --git a/Mac/Lib/Carbon/AH.py b/Mac/Lib/Carbon/AH.py
new file mode 100644 (file)
index 0000000..0701e7b
--- /dev/null
@@ -0,0 +1 @@
+from _AH import *
diff --git a/Mac/Lib/Carbon/AppleHelp.py b/Mac/Lib/Carbon/AppleHelp.py
new file mode 100644 (file)
index 0000000..3496d59
--- /dev/null
@@ -0,0 +1,6 @@
+# Generated from 'AppleHelp.h'
+
+kAHInternalErr = -10790
+kAHInternetConfigPrefErr = -10791
+kAHTOCTypeUser = 0
+kAHTOCTypeDeveloper = 1