]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove the MOOV filetype from the StandardGetFile call, so we can also
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 22 Jul 1998 13:35:31 +0000 (13:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 22 Jul 1998 13:35:31 +0000 (13:35 +0000)
open MPEG files, etc.

Mac/Demo/quicktime/MovieInWindow.py

index ef767a555311a7db8e2e750aed2cd61718b539d9..af9c7d7d88a9f7b8b4797c23ecf85a6918163d52 100644 (file)
@@ -21,7 +21,7 @@ def main():
        Qt.EnterMovies()
        
        # Get the movie file
-       fss, ok = macfs.StandardGetFile(QuickTime.MovieFileType)
+       fss, ok = macfs.StandardGetFile() # Was: QuickTime.MovieFileType
        if not ok:
                sys.exit(0)