diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:28:32 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:28:32 (GMT) |
commit | edb17c971fed68fdc2b9c0e21c4f7181c9eca54c (patch) | |
tree | f8a7c0d87fe050bd79bb936b0cc829c5527c6e20 /Mac/Lib/lib-compat/QuickTime.py | |
parent | 63f6b4984b9cd0e90402a375f3298cd94ed8bb55 (diff) | |
download | cpython-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/lib-compat/QuickTime.py')
-rw-r--r-- | Mac/Lib/lib-compat/QuickTime.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |