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

Skip to content

Commit dc1f60b

Browse files
author
Fabian Kloosterman
committed
fixed py27 unicode test error.
1 parent aea1d94 commit dc1f60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from __future__ import print_function
1+
from __future__ import print_function, unicode_literals
22

33
from matplotlib.testing.decorators import image_comparison
44
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)