Blame SOURCES/0001-use-python3.patch

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