Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25a2626

Browse files
committed
Merge pull request #2266 from mdboom/fix-pyparsing-cruft
pyparsing version parsing error
2 parents c0fcab4 + 501c970 commit 25a2626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
to MATLAB®, a registered trademark of The MathWorks, Inc.
9898
9999
"""
100-
from __future__ import print_function
100+
from __future__ import print_function, absolute_import
101101

102102
import sys
103103

0 commit comments

Comments
 (0)