Blame SOURCES/papi-python3.patch

95553c
diff --git a/src/high-level/scripts/papi_hl_output_writer.py b/src/high-level/scripts/papi_hl_output_writer.py
95553c
index 123d2cd0..34bfbd73 100755
95553c
--- a/src/high-level/scripts/papi_hl_output_writer.py
95553c
+++ b/src/high-level/scripts/papi_hl_output_writer.py
95553c
@@ -1,4 +1,4 @@
95553c
-#!/usr/bin/python
95553c
+#!/usr/bin/python3
95553c
 from __future__ import division
95553c
 from collections import OrderedDict
95553c