Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a syntax error in examples (movie_demo.py) #1592

Merged
merged 1 commit into from
Dec 13, 2012

Conversation

mgiuca-google
Copy link
Contributor

This code no longer works in Python 2 or 3 due to the use of old-style print statement, with "from __future__ import print_function".

dmcdougall added a commit that referenced this pull request Dec 13, 2012
Fix a syntax error in examples (movie_demo.py)
@dmcdougall dmcdougall merged commit dc1d0ee into matplotlib:master Dec 13, 2012
@dmcdougall
Copy link
Member

Cheers @mgiuca-google. This is a simple but important fix, so I cherry-picked it into v1.2.x. See da2d0c4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants