c5b4f5b93a
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/papi#38a004385bec3d01c0b5f803e6cb8050925b0f82
11 lines
378 B
Diff
11 lines
378 B
Diff
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
|
|
|