From: Jack Jansen Date: Tue, 9 Dec 2003 15:07:01 +0000 (+0000) Subject: Wrapper modules for _Launch and _OSA weren't added yet. Fixed. X-Git-Tag: v2.4a1~1119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73b94da93f630d6762e332cb5335258801e0256d;p=thirdparty%2FPython%2Fcpython.git Wrapper modules for _Launch and _OSA weren't added yet. Fixed. --- diff --git a/Lib/plat-mac/Carbon/Launch.py b/Lib/plat-mac/Carbon/Launch.py new file mode 100644 index 000000000000..e553f8f4e5e3 --- /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 000000000000..8d6732c94520 --- /dev/null +++ b/Lib/plat-mac/Carbon/OSA.py @@ -0,0 +1 @@ +from _OSA import *