mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Remove the MOOV filetype from the StandardGetFile call, so we can also
open MPEG files, etc.
This commit is contained in:
parent
1f00eed8b5
commit
2116bcaec0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def main():
|
||||||
Qt.EnterMovies()
|
Qt.EnterMovies()
|
||||||
|
|
||||||
# Get the movie file
|
# Get the movie file
|
||||||
fss, ok = macfs.StandardGetFile(QuickTime.MovieFileType)
|
fss, ok = macfs.StandardGetFile() # Was: QuickTime.MovieFileType
|
||||||
if not ok:
|
if not ok:
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue