summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-19 22:28:32 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-19 22:28:32 (GMT)
commitedb17c971fed68fdc2b9c0e21c4f7181c9eca54c (patch)
treef8a7c0d87fe050bd79bb936b0cc829c5527c6e20 /Mac/Lib
parent63f6b4984b9cd0e90402a375f3298cd94ed8bb55 (diff)
downloadcpython-edb17c971fed68fdc2b9c0e21c4f7181c9eca54c.zip
cpython-edb17c971fed68fdc2b9c0e21c4f7181c9eca54c.tar.gz
cpython-edb17c971fed68fdc2b9c0e21c4f7181c9eca54c.tar.bz2
Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and each of these modules imports * from its namesake in the Carbon package.
Diffstat (limited to 'Mac/Lib')
-rw-r--r--Mac/Lib/lib-compat/AE.py1
-rw-r--r--Mac/Lib/lib-compat/App.py1
-rw-r--r--Mac/Lib/lib-compat/Appearance.py1
-rw-r--r--Mac/Lib/lib-compat/AppleEvents.py1
-rw-r--r--Mac/Lib/lib-compat/Balloons.py1
-rw-r--r--Mac/Lib/lib-compat/CF.py1
-rw-r--r--Mac/Lib/lib-compat/Cm.py1
-rw-r--r--Mac/Lib/lib-compat/Components.py1
-rw-r--r--Mac/Lib/lib-compat/ControlAccessor.py1
-rw-r--r--Mac/Lib/lib-compat/Controls.py1
-rw-r--r--Mac/Lib/lib-compat/Ctl.py1
-rw-r--r--Mac/Lib/lib-compat/Dialogs.py1
-rw-r--r--Mac/Lib/lib-compat/Dlg.py1
-rw-r--r--Mac/Lib/lib-compat/Drag.py1
-rw-r--r--Mac/Lib/lib-compat/Dragconst.py1
-rw-r--r--Mac/Lib/lib-compat/Events.py1
-rw-r--r--Mac/Lib/lib-compat/Fonts.py1
-rw-r--r--Mac/Lib/lib-compat/Help.py1
-rw-r--r--Mac/Lib/lib-compat/Icn.py1
-rw-r--r--Mac/Lib/lib-compat/Icons.py1
-rw-r--r--Mac/Lib/lib-compat/Lists.py1
-rw-r--r--Mac/Lib/lib-compat/MacTextEditor.py1
-rw-r--r--Mac/Lib/lib-compat/MediaDescr.py1
-rw-r--r--Mac/Lib/lib-compat/Menu.py1
-rw-r--r--Mac/Lib/lib-compat/Menus.py1
-rw-r--r--Mac/Lib/lib-compat/Mlte.py1
-rw-r--r--Mac/Lib/lib-compat/QDOffscreen.py1
-rw-r--r--Mac/Lib/lib-compat/Qt.py1
-rw-r--r--Mac/Lib/lib-compat/QuickDraw.py1
-rw-r--r--Mac/Lib/lib-compat/QuickTime.py1
-rw-r--r--Mac/Lib/lib-compat/Resources.py1
-rw-r--r--Mac/Lib/lib-compat/Snd.py1
-rw-r--r--Mac/Lib/lib-compat/Sound.py1
-rw-r--r--Mac/Lib/lib-compat/TE.py1
-rw-r--r--Mac/Lib/lib-compat/TextEdit.py1
-rw-r--r--Mac/Lib/lib-compat/Win.py1
-rw-r--r--Mac/Lib/lib-compat/Windows.py1
37 files changed, 37 insertions, 0 deletions
diff --git a/Mac/Lib/lib-compat/AE.py b/Mac/Lib/lib-compat/AE.py
new file mode 100644
index 0000000..f30e2a1
--- /dev/null
+++ b/Mac/Lib/lib-compat/AE.py
@@ -0,0 +1 @@
+from Carbon.AE import *
diff --git a/Mac/Lib/lib-compat/App.py b/Mac/Lib/lib-compat/App.py
new file mode 100644
index 0000000..c6db44a
--- /dev/null
+++ b/Mac/Lib/lib-compat/App.py
@@ -0,0 +1 @@
+from Carbon.App import *
diff --git a/Mac/Lib/lib-compat/Appearance.py b/Mac/Lib/lib-compat/Appearance.py
new file mode 100644
index 0000000..1cedc1e
--- /dev/null
+++ b/Mac/Lib/lib-compat/Appearance.py
@@ -0,0 +1 @@
+from Carbon.Appearance import *
diff --git a/Mac/Lib/lib-compat/AppleEvents.py b/Mac/Lib/lib-compat/AppleEvents.py
new file mode 100644
index 0000000..4cf9e40
--- /dev/null
+++ b/Mac/Lib/lib-compat/AppleEvents.py
@@ -0,0 +1 @@
+from Carbon.AppleEvents import *
diff --git a/Mac/Lib/lib-compat/Balloons.py b/Mac/Lib/lib-compat/Balloons.py
new file mode 100644
index 0000000..fab32a7
--- /dev/null
+++ b/Mac/Lib/lib-compat/Balloons.py
@@ -0,0 +1 @@
+from Carbon.Balloons import *
diff --git a/Mac/Lib/lib-compat/CF.py b/Mac/Lib/lib-compat/CF.py
new file mode 100644
index 0000000..190aaa4
--- /dev/null
+++ b/Mac/Lib/lib-compat/CF.py
@@ -0,0 +1 @@
+from Carbon.CF import *
diff --git a/Mac/Lib/lib-compat/Cm.py b/Mac/Lib/lib-compat/Cm.py
new file mode 100644
index 0000000..3886502
--- /dev/null
+++ b/Mac/Lib/lib-compat/Cm.py
@@ -0,0 +1 @@
+from Carbon.Cm import *
diff --git a/Mac/Lib/lib-compat/Components.py b/Mac/Lib/lib-compat/Components.py
new file mode 100644
index 0000000..904b6bd
--- /dev/null
+++ b/Mac/Lib/lib-compat/Components.py
@@ -0,0 +1 @@
+from Carbon.Components import *
diff --git a/Mac/Lib/lib-compat/ControlAccessor.py b/Mac/Lib/lib-compat/ControlAccessor.py
new file mode 100644
index 0000000..29019f8
--- /dev/null
+++ b/Mac/Lib/lib-compat/ControlAccessor.py
@@ -0,0 +1 @@
+from Carbon.ControlAccessor import *
diff --git a/Mac/Lib/lib-compat/Controls.py b/Mac/Lib/lib-compat/Controls.py
new file mode 100644
index 0000000..4c7a63c
--- /dev/null
+++ b/Mac/Lib/lib-compat/Controls.py
@@ -0,0 +1 @@
+from Carbon.Controls import *
diff --git a/Mac/Lib/lib-compat/Ctl.py b/Mac/Lib/lib-compat/Ctl.py
new file mode 100644
index 0000000..ac92302
--- /dev/null
+++ b/Mac/Lib/lib-compat/Ctl.py
@@ -0,0 +1 @@
+from Carbon.Ctl import *
diff --git a/Mac/Lib/lib-compat/Dialogs.py b/Mac/Lib/lib-compat/Dialogs.py
new file mode 100644
index 0000000..9f724f7
--- /dev/null
+++ b/Mac/Lib/lib-compat/Dialogs.py
@@ -0,0 +1 @@
+from Carbon.Dialogs import *
diff --git a/Mac/Lib/lib-compat/Dlg.py b/Mac/Lib/lib-compat/Dlg.py
new file mode 100644
index 0000000..57a3534
--- /dev/null
+++ b/Mac/Lib/lib-compat/Dlg.py
@@ -0,0 +1 @@
+from Carbon.Dlg import *
diff --git a/Mac/Lib/lib-compat/Drag.py b/Mac/Lib/lib-compat/Drag.py
new file mode 100644
index 0000000..4e24db0
--- /dev/null
+++ b/Mac/Lib/lib-compat/Drag.py
@@ -0,0 +1 @@
+from Carbon.Drag import *
diff --git a/Mac/Lib/lib-compat/Dragconst.py b/Mac/Lib/lib-compat/Dragconst.py
new file mode 100644
index 0000000..6a787b9
--- /dev/null
+++ b/Mac/Lib/lib-compat/Dragconst.py
@@ -0,0 +1 @@
+from Carbon.Dragconst import *
diff --git a/Mac/Lib/lib-compat/Events.py b/Mac/Lib/lib-compat/Events.py
new file mode 100644
index 0000000..47b3834
--- /dev/null
+++ b/Mac/Lib/lib-compat/Events.py
@@ -0,0 +1 @@
+from Carbon.Events import *
diff --git a/Mac/Lib/lib-compat/Fonts.py b/Mac/Lib/lib-compat/Fonts.py
new file mode 100644
index 0000000..f0a9a52
--- /dev/null
+++ b/Mac/Lib/lib-compat/Fonts.py
@@ -0,0 +1 @@
+from Carbon.Fonts import *
diff --git a/Mac/Lib/lib-compat/Help.py b/Mac/Lib/lib-compat/Help.py
new file mode 100644
index 0000000..fb2ac27
--- /dev/null
+++ b/Mac/Lib/lib-compat/Help.py
@@ -0,0 +1 @@
+from Carbon.Help import *
diff --git a/Mac/Lib/lib-compat/Icn.py b/Mac/Lib/lib-compat/Icn.py
new file mode 100644
index 0000000..0e3b44d
--- /dev/null
+++ b/Mac/Lib/lib-compat/Icn.py
@@ -0,0 +1 @@
+from Carbon.Icn import *
diff --git a/Mac/Lib/lib-compat/Icons.py b/Mac/Lib/lib-compat/Icons.py
new file mode 100644
index 0000000..2a310c0
--- /dev/null
+++ b/Mac/Lib/lib-compat/Icons.py
@@ -0,0 +1 @@
+from Carbon.Icons import *
diff --git a/Mac/Lib/lib-compat/Lists.py b/Mac/Lib/lib-compat/Lists.py
new file mode 100644
index 0000000..5515599
--- /dev/null
+++ b/Mac/Lib/lib-compat/Lists.py
@@ -0,0 +1 @@
+from Carbon.Lists import *
diff --git a/Mac/Lib/lib-compat/MacTextEditor.py b/Mac/Lib/lib-compat/MacTextEditor.py
new file mode 100644
index 0000000..d9f7226
--- /dev/null
+++ b/Mac/Lib/lib-compat/MacTextEditor.py
@@ -0,0 +1 @@
+from Carbon.MacTextEditor import *
diff --git a/Mac/Lib/lib-compat/MediaDescr.py b/Mac/Lib/lib-compat/MediaDescr.py
new file mode 100644
index 0000000..a188c80
--- /dev/null
+++ b/Mac/Lib/lib-compat/MediaDescr.py
@@ -0,0 +1 @@
+from Carbon.MediaDescr import *
diff --git a/Mac/Lib/lib-compat/Menu.py b/Mac/Lib/lib-compat/Menu.py
new file mode 100644
index 0000000..9163f6d
--- /dev/null
+++ b/Mac/Lib/lib-compat/Menu.py
@@ -0,0 +1 @@
+from Carbon.Menu import *
diff --git a/Mac/Lib/lib-compat/Menus.py b/Mac/Lib/lib-compat/Menus.py
new file mode 100644
index 0000000..a3c6cfc
--- /dev/null
+++ b/Mac/Lib/lib-compat/Menus.py
@@ -0,0 +1 @@
+from Carbon.Menus import *
diff --git a/Mac/Lib/lib-compat/Mlte.py b/Mac/Lib/lib-compat/Mlte.py
new file mode 100644
index 0000000..2e354cd
--- /dev/null
+++ b/Mac/Lib/lib-compat/Mlte.py
@@ -0,0 +1 @@
+from Carbon.Mlte import *
diff --git a/Mac/Lib/lib-compat/QDOffscreen.py b/Mac/Lib/lib-compat/QDOffscreen.py
new file mode 100644
index 0000000..e902e4b
--- /dev/null
+++ b/Mac/Lib/lib-compat/QDOffscreen.py
@@ -0,0 +1 @@
+from Carbon.QDOffscreen import *
diff --git a/Mac/Lib/lib-compat/Qt.py b/Mac/Lib/lib-compat/Qt.py
new file mode 100644
index 0000000..a694792
--- /dev/null
+++ b/Mac/Lib/lib-compat/Qt.py
@@ -0,0 +1 @@
+from Carbon.Qt import *
diff --git a/Mac/Lib/lib-compat/QuickDraw.py b/Mac/Lib/lib-compat/QuickDraw.py
new file mode 100644
index 0000000..d543183
--- /dev/null
+++ b/Mac/Lib/lib-compat/QuickDraw.py
@@ -0,0 +1 @@
+from Carbon.QuickDraw import *
diff --git a/Mac/Lib/lib-compat/QuickTime.py b/Mac/Lib/lib-compat/QuickTime.py
new file mode 100644
index 0000000..80e1bcc
--- /dev/null
+++ b/Mac/Lib/lib-compat/QuickTime.py
@@ -0,0 +1 @@
+from Carbon.QuickTime import *
diff --git a/Mac/Lib/lib-compat/Resources.py b/Mac/Lib/lib-compat/Resources.py
new file mode 100644
index 0000000..e4540d9
--- /dev/null
+++ b/Mac/Lib/lib-compat/Resources.py
@@ -0,0 +1 @@
+from Carbon.Resources import *
diff --git a/Mac/Lib/lib-compat/Snd.py b/Mac/Lib/lib-compat/Snd.py
new file mode 100644
index 0000000..9c30004
--- /dev/null
+++ b/Mac/Lib/lib-compat/Snd.py
@@ -0,0 +1 @@
+from Carbon.Snd import *
diff --git a/Mac/Lib/lib-compat/Sound.py b/Mac/Lib/lib-compat/Sound.py
new file mode 100644
index 0000000..fc3c3bb
--- /dev/null
+++ b/Mac/Lib/lib-compat/Sound.py
@@ -0,0 +1 @@
+from Carbon.Sound import *
diff --git a/Mac/Lib/lib-compat/TE.py b/Mac/Lib/lib-compat/TE.py
new file mode 100644
index 0000000..fcadaf8
--- /dev/null
+++ b/Mac/Lib/lib-compat/TE.py
@@ -0,0 +1 @@
+from Carbon.TE import *
diff --git a/Mac/Lib/lib-compat/TextEdit.py b/Mac/Lib/lib-compat/TextEdit.py
new file mode 100644
index 0000000..b1c3fbf
--- /dev/null
+++ b/Mac/Lib/lib-compat/TextEdit.py
@@ -0,0 +1 @@
+from Carbon.TextEdit import *
diff --git a/Mac/Lib/lib-compat/Win.py b/Mac/Lib/lib-compat/Win.py
new file mode 100644
index 0000000..f8e64dd
--- /dev/null
+++ b/Mac/Lib/lib-compat/Win.py
@@ -0,0 +1 @@
+from Carbon.Win import *
diff --git a/Mac/Lib/lib-compat/Windows.py b/Mac/Lib/lib-compat/Windows.py
new file mode 100644
index 0000000..06da2f1
--- /dev/null
+++ b/Mac/Lib/lib-compat/Windows.py
@@ -0,0 +1 @@
+from Carbon.Windows import *