summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-28 21:16:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-28 21:16:53 (GMT)
commit4f2d89f1f80904fcb81ef30ceeb3c9faaa33372e (patch)
tree1e684a44c65db94ac11e3fbcec17084f6516976f /Mac
parent266e6b1f4be03ce2c95f328e0856f5cbac3b6347 (diff)
downloadcpython-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.py1
-rw-r--r--Mac/Lib/Carbon/AppleHelp.py6
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