Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8f41d commit 480f1efCopy full SHA for 480f1ef
1 file changed
setup.py
@@ -6,6 +6,8 @@
6
The matplotlib build options can be modified with a setup.cfg file. See
7
setup.cfg.template for more information.
8
"""
9
+from __future__ import print_function
10
+
11
# distutils is breaking our sdists for files in symlinked dirs.
12
# distutils will copy if os.link is not available, so this is a hack
13
# to force copying
0 commit comments