]> granicus.if.org Git - python/commitdiff
Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle...
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Apr 2002 21:03:37 +0000 (21:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 11 Apr 2002 21:03:37 +0000 (21:03 +0000)
45 files changed:
Mac/Lib/lib-compat/AE.py [deleted file]
Mac/Lib/lib-compat/App.py [deleted file]
Mac/Lib/lib-compat/Appearance.py [deleted file]
Mac/Lib/lib-compat/AppleEvents.py [deleted file]
Mac/Lib/lib-compat/Balloons.py [deleted file]
Mac/Lib/lib-compat/CF.py [deleted file]
Mac/Lib/lib-compat/Cm.py [deleted file]
Mac/Lib/lib-compat/Components.py [deleted file]
Mac/Lib/lib-compat/ControlAccessor.py [deleted file]
Mac/Lib/lib-compat/Controls.py [deleted file]
Mac/Lib/lib-compat/Ctl.py [deleted file]
Mac/Lib/lib-compat/Dialogs.py [deleted file]
Mac/Lib/lib-compat/Dlg.py [deleted file]
Mac/Lib/lib-compat/Drag.py [deleted file]
Mac/Lib/lib-compat/Dragconst.py [deleted file]
Mac/Lib/lib-compat/Events.py [deleted file]
Mac/Lib/lib-compat/Evt.py [deleted file]
Mac/Lib/lib-compat/Fm.py [deleted file]
Mac/Lib/lib-compat/Fonts.py [deleted file]
Mac/Lib/lib-compat/Help.py [deleted file]
Mac/Lib/lib-compat/Icn.py [deleted file]
Mac/Lib/lib-compat/Icons.py [deleted file]
Mac/Lib/lib-compat/List.py [deleted file]
Mac/Lib/lib-compat/Lists.py [deleted file]
Mac/Lib/lib-compat/MacTextEditor.py [deleted file]
Mac/Lib/lib-compat/MediaDescr.py [deleted file]
Mac/Lib/lib-compat/Menu.py [deleted file]
Mac/Lib/lib-compat/Menus.py [deleted file]
Mac/Lib/lib-compat/Mlte.py [deleted file]
Mac/Lib/lib-compat/QDOffscreen.py [deleted file]
Mac/Lib/lib-compat/Qd.py [deleted file]
Mac/Lib/lib-compat/Qdoffs.py [deleted file]
Mac/Lib/lib-compat/Qt.py [deleted file]
Mac/Lib/lib-compat/QuickDraw.py [deleted file]
Mac/Lib/lib-compat/QuickTime.py [deleted file]
Mac/Lib/lib-compat/Res.py [deleted file]
Mac/Lib/lib-compat/Resources.py [deleted file]
Mac/Lib/lib-compat/Scrap.py [deleted file]
Mac/Lib/lib-compat/Snd.py [deleted file]
Mac/Lib/lib-compat/Sndihooks.py [deleted file]
Mac/Lib/lib-compat/Sound.py [deleted file]
Mac/Lib/lib-compat/TE.py [deleted file]
Mac/Lib/lib-compat/TextEdit.py [deleted file]
Mac/Lib/lib-compat/Win.py [deleted file]
Mac/Lib/lib-compat/Windows.py [deleted file]

diff --git a/Mac/Lib/lib-compat/AE.py b/Mac/Lib/lib-compat/AE.py
deleted file mode 100644 (file)
index 6d8b6d0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.AE import *
diff --git a/Mac/Lib/lib-compat/App.py b/Mac/Lib/lib-compat/App.py
deleted file mode 100644 (file)
index f0aa9c7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.App import *
diff --git a/Mac/Lib/lib-compat/Appearance.py b/Mac/Lib/lib-compat/Appearance.py
deleted file mode 100644 (file)
index 3bd5dbe..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Appearance import *
diff --git a/Mac/Lib/lib-compat/AppleEvents.py b/Mac/Lib/lib-compat/AppleEvents.py
deleted file mode 100644 (file)
index 2db9a9b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.AppleEvents import *
diff --git a/Mac/Lib/lib-compat/Balloons.py b/Mac/Lib/lib-compat/Balloons.py
deleted file mode 100644 (file)
index 2a84932..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Balloons import *
diff --git a/Mac/Lib/lib-compat/CF.py b/Mac/Lib/lib-compat/CF.py
deleted file mode 100644 (file)
index 8ecf212..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.CF import *
diff --git a/Mac/Lib/lib-compat/Cm.py b/Mac/Lib/lib-compat/Cm.py
deleted file mode 100644 (file)
index 16a16dc..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Cm import *
diff --git a/Mac/Lib/lib-compat/Components.py b/Mac/Lib/lib-compat/Components.py
deleted file mode 100644 (file)
index cd9e04c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Components import *
diff --git a/Mac/Lib/lib-compat/ControlAccessor.py b/Mac/Lib/lib-compat/ControlAccessor.py
deleted file mode 100644 (file)
index 5859da6..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.ControlAccessor import *
diff --git a/Mac/Lib/lib-compat/Controls.py b/Mac/Lib/lib-compat/Controls.py
deleted file mode 100644 (file)
index 05b81d2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Controls import *
diff --git a/Mac/Lib/lib-compat/Ctl.py b/Mac/Lib/lib-compat/Ctl.py
deleted file mode 100644 (file)
index fc6b855..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Ctl import *
diff --git a/Mac/Lib/lib-compat/Dialogs.py b/Mac/Lib/lib-compat/Dialogs.py
deleted file mode 100644 (file)
index dc8b35f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Dialogs import *
diff --git a/Mac/Lib/lib-compat/Dlg.py b/Mac/Lib/lib-compat/Dlg.py
deleted file mode 100644 (file)
index 7c84af2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Dlg import *
diff --git a/Mac/Lib/lib-compat/Drag.py b/Mac/Lib/lib-compat/Drag.py
deleted file mode 100644 (file)
index 30fe93d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Drag import *
diff --git a/Mac/Lib/lib-compat/Dragconst.py b/Mac/Lib/lib-compat/Dragconst.py
deleted file mode 100644 (file)
index 9a3b725..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Dragconst import *
diff --git a/Mac/Lib/lib-compat/Events.py b/Mac/Lib/lib-compat/Events.py
deleted file mode 100644 (file)
index a3d14b3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Events import *
diff --git a/Mac/Lib/lib-compat/Evt.py b/Mac/Lib/lib-compat/Evt.py
deleted file mode 100644 (file)
index a9e9cd5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Evt import *
diff --git a/Mac/Lib/lib-compat/Fm.py b/Mac/Lib/lib-compat/Fm.py
deleted file mode 100644 (file)
index 7653f9c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Fm import *
diff --git a/Mac/Lib/lib-compat/Fonts.py b/Mac/Lib/lib-compat/Fonts.py
deleted file mode 100644 (file)
index 08ace63..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Fonts import *
diff --git a/Mac/Lib/lib-compat/Help.py b/Mac/Lib/lib-compat/Help.py
deleted file mode 100644 (file)
index f9b3cb2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Help import *
diff --git a/Mac/Lib/lib-compat/Icn.py b/Mac/Lib/lib-compat/Icn.py
deleted file mode 100644 (file)
index 270dbc5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Icn import *
diff --git a/Mac/Lib/lib-compat/Icons.py b/Mac/Lib/lib-compat/Icons.py
deleted file mode 100644 (file)
index d211a2a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Icons import *
diff --git a/Mac/Lib/lib-compat/List.py b/Mac/Lib/lib-compat/List.py
deleted file mode 100644 (file)
index 91423ed..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.List import *
diff --git a/Mac/Lib/lib-compat/Lists.py b/Mac/Lib/lib-compat/Lists.py
deleted file mode 100644 (file)
index 6b610b1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Lists import *
diff --git a/Mac/Lib/lib-compat/MacTextEditor.py b/Mac/Lib/lib-compat/MacTextEditor.py
deleted file mode 100644 (file)
index ba19e27..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.MacTextEditor import *
diff --git a/Mac/Lib/lib-compat/MediaDescr.py b/Mac/Lib/lib-compat/MediaDescr.py
deleted file mode 100644 (file)
index 3cf6912..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.MediaDescr import *
diff --git a/Mac/Lib/lib-compat/Menu.py b/Mac/Lib/lib-compat/Menu.py
deleted file mode 100644 (file)
index f2210cb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Menu import *
diff --git a/Mac/Lib/lib-compat/Menus.py b/Mac/Lib/lib-compat/Menus.py
deleted file mode 100644 (file)
index 073a6d3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Menus import *
diff --git a/Mac/Lib/lib-compat/Mlte.py b/Mac/Lib/lib-compat/Mlte.py
deleted file mode 100644 (file)
index bc15dc0..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Mlte import *
diff --git a/Mac/Lib/lib-compat/QDOffscreen.py b/Mac/Lib/lib-compat/QDOffscreen.py
deleted file mode 100644 (file)
index a13c620..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.QDOffscreen import *
diff --git a/Mac/Lib/lib-compat/Qd.py b/Mac/Lib/lib-compat/Qd.py
deleted file mode 100644 (file)
index ccfa80d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Qd import *
diff --git a/Mac/Lib/lib-compat/Qdoffs.py b/Mac/Lib/lib-compat/Qdoffs.py
deleted file mode 100644 (file)
index b1f033b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Qdoffs import *
diff --git a/Mac/Lib/lib-compat/Qt.py b/Mac/Lib/lib-compat/Qt.py
deleted file mode 100644 (file)
index 1b91fab..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Qt import *
diff --git a/Mac/Lib/lib-compat/QuickDraw.py b/Mac/Lib/lib-compat/QuickDraw.py
deleted file mode 100644 (file)
index d92fda5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.QuickDraw import *
diff --git a/Mac/Lib/lib-compat/QuickTime.py b/Mac/Lib/lib-compat/QuickTime.py
deleted file mode 100644 (file)
index e80bdba..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.QuickTime import *
diff --git a/Mac/Lib/lib-compat/Res.py b/Mac/Lib/lib-compat/Res.py
deleted file mode 100644 (file)
index e43f49b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Res import *
diff --git a/Mac/Lib/lib-compat/Resources.py b/Mac/Lib/lib-compat/Resources.py
deleted file mode 100644 (file)
index ec60421..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Resources import *
diff --git a/Mac/Lib/lib-compat/Scrap.py b/Mac/Lib/lib-compat/Scrap.py
deleted file mode 100644 (file)
index 2af9d59..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Scrap import *
diff --git a/Mac/Lib/lib-compat/Snd.py b/Mac/Lib/lib-compat/Snd.py
deleted file mode 100644 (file)
index 0d2920c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Snd import *
diff --git a/Mac/Lib/lib-compat/Sndihooks.py b/Mac/Lib/lib-compat/Sndihooks.py
deleted file mode 100644 (file)
index 8a98520..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Sndihooks import *
diff --git a/Mac/Lib/lib-compat/Sound.py b/Mac/Lib/lib-compat/Sound.py
deleted file mode 100644 (file)
index 4666c03..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Sound import *
diff --git a/Mac/Lib/lib-compat/TE.py b/Mac/Lib/lib-compat/TE.py
deleted file mode 100644 (file)
index 018313f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.TE import *
diff --git a/Mac/Lib/lib-compat/TextEdit.py b/Mac/Lib/lib-compat/TextEdit.py
deleted file mode 100644 (file)
index 5add4e4..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.TextEdit import *
diff --git a/Mac/Lib/lib-compat/Win.py b/Mac/Lib/lib-compat/Win.py
deleted file mode 100644 (file)
index 3982dea..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Win import *
diff --git a/Mac/Lib/lib-compat/Windows.py b/Mac/Lib/lib-compat/Windows.py
deleted file mode 100644 (file)
index 852a0b7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
-       DeprecationWarning, stacklevel=2)
-from Carbon.Windows import *