Blame SOURCES/0001-use-python3.patch

e092ad
diff --git a/tools/frr-reload.py b/tools/frr-reload.py
e092ad
index 208fb11..0692adc 100755
e092ad
--- a/tools/frr-reload.py
e092ad
+++ b/tools/frr-reload.py
e092ad
@@ -1,4 +1,4 @@
e092ad
-#!/usr/bin/python
e092ad
+#!/usr/bin/python3
e092ad
 # Frr Reloader
e092ad
 # Copyright (C) 2014 Cumulus Networks, Inc.
e092ad
 #
ce3795
diff --git a/tools/generate_support_bundle.py b/tools/generate_support_bundle.py
ce3795
index 540b7a1..0876ebb 100755
ce3795
--- a/tools/generate_support_bundle.py
ce3795
+++ b/tools/generate_support_bundle.py
ce3795
@@ -1,4 +1,4 @@
ce3795
-#!/usr/bin/python
ce3795
+#!/usr/bin/python3
ce3795
 
ce3795
 ########################################################
ce3795
 ### Python Script to generate the FRR support bundle ###