You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
378 B
11 lines
378 B
diff --git a/src/high-level/scripts/papi_hl_output_writer.py b/src/high-level/scripts/papi_hl_output_writer.py
|
|
index 123d2cd0..34bfbd73 100755
|
|
--- a/src/high-level/scripts/papi_hl_output_writer.py
|
|
+++ b/src/high-level/scripts/papi_hl_output_writer.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/python3
|
|
from __future__ import division
|
|
from collections import OrderedDict
|
|
|