Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules.
diff --git a/Mac/Lib/lib-compat/Sndihooks.py b/Mac/Lib/lib-compat/Sndihooks.py
index be70477..8a98520 100644
--- a/Mac/Lib/lib-compat/Sndihooks.py
+++ b/Mac/Lib/lib-compat/Sndihooks.py
@@ -1 +1,4 @@
+import warnings
+warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
+	DeprecationWarning, stacklevel=2)
 from Carbon.Sndihooks import *