Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,572
Fork
2,667
matplotlib
/
matplotlib
Code
Issues
993
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
Bugfix for test_triage tool on Python 2
#5662
Merged
tacaswell
merged 1 commit into
matplotlib
:
master
from
mdboom
:
test-triage-py2
Dec 13, 2015
Conversation
3
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
22062d6
Bugfix for Python 2
mdboom
Dec 11, 2015
1 file
Jump to file
No files or symbols found.
+2
−0
test_triage.py
tools/test_triage.py
+2
−0
Unified
Split
Show comments
View
2
tools/test_triage.py
@@ -24,6 +24,8 @@
R: Reject test. Copy the expected result to the source tree.
"""
+
from
__future__
import
unicode_literals
+
import
os
import
shutil
import
sys
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.