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

Skip to content

Commit 480f1ef

Browse files
committed
Fix syntax error in master.
1 parent 4e8f41d commit 480f1ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
The matplotlib build options can be modified with a setup.cfg file. See
77
setup.cfg.template for more information.
88
"""
9+
from __future__ import print_function
10+
911
# distutils is breaking our sdists for files in symlinked dirs.
1012
# distutils will copy if os.link is not available, so this is a hack
1113
# to force copying

0 commit comments

Comments
 (0)