Skip to content

Commit 087101e

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

100644100755
Lines changed: 2 additions & 0 deletions
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)