summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-12-09 15:07:01 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-12-09 15:07:01 (GMT)
commit73b94da93f630d6762e332cb5335258801e0256d (patch)
tree56bcf57ec8e879ef1b713204dc31981ef919c8c2 /Lib/plat-mac
parent2e20a63bc98da51e1e8206f55a1a519a488e2659 (diff)
downloadcpython-73b94da93f630d6762e332cb5335258801e0256d.zip
cpython-73b94da93f630d6762e332cb5335258801e0256d.tar.gz
cpython-73b94da93f630d6762e332cb5335258801e0256d.tar.bz2
Wrapper modules for _Launch and _OSA weren't added yet. Fixed.
Diffstat (limited to 'Lib/plat-mac')
-rw-r--r--Lib/plat-mac/Carbon/Launch.py1
-rw-r--r--Lib/plat-mac/Carbon/OSA.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/Lib/plat-mac/Carbon/Launch.py b/Lib/plat-mac/Carbon/Launch.py
new file mode 100644
index 0000000..e553f8f
--- /dev/null
+++ b/Lib/plat-mac/Carbon/Launch.py
@@ -0,0 +1 @@
+from _Launch import *
diff --git a/Lib/plat-mac/Carbon/OSA.py b/Lib/plat-mac/Carbon/OSA.py
new file mode 100644
index 0000000..8d6732c
--- /dev/null
+++ b/Lib/plat-mac/Carbon/OSA.py
@@ -0,0 +1 @@
+from _OSA import *