Skip to content

Commit 087101e

Browse files
committed
make path normalization compatible with mac python2
1 parent f9fa3fe commit 087101e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-make-fulldeps/coverage-reports/normalize_paths.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python
22

3+
from __future__ import print_function
4+
35
import sys
46

57
# Normalize file paths in output

0 commit comments

Comments
 (0)