diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-20 15:35:57 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-20 15:35:57 (GMT) |
commit | a0f4369f5aa27a315dd381891e1f81123e5e8de2 (patch) | |
tree | 91849cedac642edc8a57e9024f5efa5f3f7c4ffc /Mac/Lib | |
parent | 7586b049ba2cfbf6a67b2deaeadb36603a1bb346 (diff) | |
download | cpython-a0f4369f5aa27a315dd381891e1f81123e5e8de2.zip cpython-a0f4369f5aa27a315dd381891e1f81123e5e8de2.tar.gz cpython-a0f4369f5aa27a315dd381891e1f81123e5e8de2.tar.bz2 |
Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place.
Diffstat (limited to 'Mac/Lib')
-rw-r--r-- | Mac/Lib/lib-compat/Evt.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/Fm.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/List.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/Qd.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/Qdoffs.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/Res.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/Scrap.py | 1 | ||||
-rw-r--r-- | Mac/Lib/lib-compat/Sndihooks.py | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/Mac/Lib/lib-compat/Evt.py b/Mac/Lib/lib-compat/Evt.py new file mode 100644 index 0000000..015810c --- /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 0000000..5c4cf60 --- /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 0000000..0b9fe56 --- /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 0000000..74e3b93 --- /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 0000000..4f7744c --- /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 0000000..ea3d20a --- /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 0000000..a2192aa --- /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 0000000..be70477 --- /dev/null +++ b/Mac/Lib/lib-compat/Sndihooks.py @@ -0,0 +1 @@ +from Carbon.Sndihooks import * |