]> granicus.if.org Git - python/commitdiff
Wrapper modules for _Launch and _OSA weren't added yet. Fixed.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 9 Dec 2003 15:07:01 +0000 (15:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 9 Dec 2003 15:07:01 +0000 (15:07 +0000)
Lib/plat-mac/Carbon/Launch.py [new file with mode: 0644]
Lib/plat-mac/Carbon/OSA.py [new file with mode: 0644]

diff --git a/Lib/plat-mac/Carbon/Launch.py b/Lib/plat-mac/Carbon/Launch.py
new file mode 100644 (file)
index 0000000..e553f8f
--- /dev/null
@@ -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 (file)
index 0000000..8d6732c
--- /dev/null
@@ -0,0 +1 @@
+from _OSA import *