From: Jack Jansen Date: Mon, 20 Aug 2001 15:35:57 +0000 (+0000) Subject: Oops, these compatibility modules were missing. Which went unnoticed because their... X-Git-Tag: v2.2a3~414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0f4369f5aa27a315dd381891e1f81123e5e8de2;p=thirdparty%2FPython%2Fcpython.git Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place. --- diff --git a/Mac/Lib/lib-compat/Evt.py b/Mac/Lib/lib-compat/Evt.py new file mode 100644 index 000000000000..015810c2f980 --- /dev/null +++ b/Mac/Lib/lib-compat/Evt.py @@ -0,0 +1 @@ +from Carbon.Evt import * diff --git a/Mac/Lib/lib-compat/Fm.py b/Mac/Lib/lib-compat/Fm.py new file mode 100644 index 000000000000..5c4cf600c63d --- /dev/null +++ b/Mac/Lib/lib-compat/Fm.py @@ -0,0 +1 @@ +from Carbon.Fm import * diff --git a/Mac/Lib/lib-compat/List.py b/Mac/Lib/lib-compat/List.py new file mode 100644 index 000000000000..0b9fe565c7c6 --- /dev/null +++ b/Mac/Lib/lib-compat/List.py @@ -0,0 +1 @@ +from Carbon.List import * diff --git a/Mac/Lib/lib-compat/Qd.py b/Mac/Lib/lib-compat/Qd.py new file mode 100644 index 000000000000..74e3b93cd7ef --- /dev/null +++ b/Mac/Lib/lib-compat/Qd.py @@ -0,0 +1 @@ +from Carbon.Qd import * diff --git a/Mac/Lib/lib-compat/Qdoffs.py b/Mac/Lib/lib-compat/Qdoffs.py new file mode 100644 index 000000000000..4f7744cd9262 --- /dev/null +++ b/Mac/Lib/lib-compat/Qdoffs.py @@ -0,0 +1 @@ +from Carbon.Qdoffs import * diff --git a/Mac/Lib/lib-compat/Res.py b/Mac/Lib/lib-compat/Res.py new file mode 100644 index 000000000000..ea3d20a963ea --- /dev/null +++ b/Mac/Lib/lib-compat/Res.py @@ -0,0 +1 @@ +from Carbon.Res import * diff --git a/Mac/Lib/lib-compat/Scrap.py b/Mac/Lib/lib-compat/Scrap.py new file mode 100644 index 000000000000..a2192aa49b81 --- /dev/null +++ b/Mac/Lib/lib-compat/Scrap.py @@ -0,0 +1 @@ +from Carbon.Scrap import * diff --git a/Mac/Lib/lib-compat/Sndihooks.py b/Mac/Lib/lib-compat/Sndihooks.py new file mode 100644 index 000000000000..be704773f9ee --- /dev/null +++ b/Mac/Lib/lib-compat/Sndihooks.py @@ -0,0 +1 @@ +from Carbon.Sndihooks import *