diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-23 14:13:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-23 14:13:06 (GMT) |
commit | cf144b0e9eca14f813d2abefd5748c2cf47b5772 (patch) | |
tree | 7e5441612cb9d96e2324e08248a0f0cd33927050 /Mac/Lib/Carbon/Sndihooks.py | |
parent | 25a5bd77083a359ea9afccef9de04f2d4fb57362 (diff) | |
download | cpython-cf144b0e9eca14f813d2abefd5748c2cf47b5772.zip cpython-cf144b0e9eca14f813d2abefd5748c2cf47b5772.tar.gz cpython-cf144b0e9eca14f813d2abefd5748c2cf47b5772.tar.bz2 |
Wrapper modules underound the toolbox modules, which now have an _ prepended.
Diffstat (limited to 'Mac/Lib/Carbon/Sndihooks.py')
-rw-r--r-- | Mac/Lib/Carbon/Sndihooks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/Sndihooks.py b/Mac/Lib/Carbon/Sndihooks.py new file mode 100644 index 0000000..73a3d28 --- /dev/null +++ b/Mac/Lib/Carbon/Sndihooks.py @@ -0,0 +1 @@ +from _Sndihooks import * |