From 7f8cbf0e735ee6ebf7fea7eed70d4bb5b992323f Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Fri, 2 Jan 2009 14:48:17 +0000 Subject: [PATCH] Fix for issue 1627952 --- Lib/plat-mac/videoreader.py | 2 +- Misc/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Lib/plat-mac/videoreader.py b/Lib/plat-mac/videoreader.py index 28b71ffe3e..9dd7d67b02 100644 --- a/Lib/plat-mac/videoreader.py +++ b/Lib/plat-mac/videoreader.py @@ -18,7 +18,7 @@ from Carbon import Qdoffs from Carbon import QDOffscreen from Carbon import Res try: - import MediaDescr + from Carbon import MediaDescr except ImportError: def _audiodescr(data): return None diff --git a/Misc/NEWS b/Misc/NEWS index d2555a39b5..c05f8cfd4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -230,6 +230,8 @@ Library - Issue #900949: plat-mac/videoreader.py no longer relies on a non-existing module. +- Issue #16278952: plat-mac/videoreader.py now correctly imports MediaDescr + Tools/Demos ----------- -- 2.50.1