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

Use absolute imports (for Python 3) #39

Merged
merged 3 commits into from
Nov 30, 2015
Merged

Use absolute imports (for Python 3) #39

merged 3 commits into from
Nov 30, 2015

Conversation

weatherfrog
Copy link
Contributor

Great package, thank you! But please use absolute imports, otherwise the package does not work with recent versions of Python. Note that implicit relative imports within packages, e.g., import plots, are no longer allowed in Python 3.x.

Relative imports are no longer allowed in Python 3
Relative imports are no longer allowed in Python 3
Relative imports are no longer allowed in Python 3
@kthyng
Copy link
Contributor

kthyng commented Nov 30, 2015

Ok, great, thanks for your addition!

kthyng added a commit that referenced this pull request Nov 30, 2015
Use absolute imports (for Python 3)
@kthyng kthyng merged commit a52f192 into matplotlib:master Nov 30, 2015
@weatherfrog weatherfrog deleted the patch-1 branch December 7, 2015 08:18
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