From 73b94da93f630d6762e332cb5335258801e0256d Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 9 Dec 2003 15:07:01 +0000 Subject: Wrapper modules for _Launch and _OSA weren't added yet. Fixed. --- Lib/plat-mac/Carbon/Launch.py | 1 + Lib/plat-mac/Carbon/OSA.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 Lib/plat-mac/Carbon/Launch.py create mode 100644 Lib/plat-mac/Carbon/OSA.py 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 * -- cgit v0.12