Oops, these compatibility modules were missing. Which went unnoticed because their...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 20 Aug 2001 15:35:57 +0000 (15:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 20 Aug 2001 15:35:57 +0000 (15:35 +0000)
Mac/Lib/lib-compat/Evt.py [new file with mode: 0644]
Mac/Lib/lib-compat/Fm.py [new file with mode: 0644]
Mac/Lib/lib-compat/List.py [new file with mode: 0644]
Mac/Lib/lib-compat/Qd.py [new file with mode: 0644]
Mac/Lib/lib-compat/Qdoffs.py [new file with mode: 0644]
Mac/Lib/lib-compat/Res.py [new file with mode: 0644]
Mac/Lib/lib-compat/Scrap.py [new file with mode: 0644]
Mac/Lib/lib-compat/Sndihooks.py [new file with mode: 0644]

diff --git a/Mac/Lib/lib-compat/Evt.py b/Mac/Lib/lib-compat/Evt.py
new file mode 100644 (file)
index 0000000..015810c
--- /dev/null
@@ -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 (file)
index 0000000..5c4cf60
--- /dev/null
@@ -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 (file)
index 0000000..0b9fe56
--- /dev/null
@@ -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 (file)
index 0000000..74e3b93
--- /dev/null
@@ -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 (file)
index 0000000..4f7744c
--- /dev/null
@@ -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 (file)
index 0000000..ea3d20a
--- /dev/null
@@ -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 (file)
index 0000000..a2192aa
--- /dev/null
@@ -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 (file)
index 0000000..be70477
--- /dev/null
@@ -0,0 +1 @@
+from Carbon.Sndihooks import *