Blame SOURCES/0001-tools-Use-Python3-for-GetAllMatchRules.patch

1dcdb5
From 59ddde9e1ed5de03b060ff3ce27e35509707dff2 Mon Sep 17 00:00:00 2001
1dcdb5
From: Colin Walters <walters@verbum.org>
1dcdb5
Date: Tue, 31 Jul 2018 12:33:59 -0400
1dcdb5
Subject: [PATCH] tools: Use Python3 for GetAllMatchRules
1dcdb5
1dcdb5
---
1dcdb5
 tools/GetAllMatchRules.py | 2 +-
1dcdb5
 1 file changed, 1 insertion(+), 1 deletion(-)
1dcdb5
1dcdb5
diff --git a/tools/GetAllMatchRules.py b/tools/GetAllMatchRules.py
1dcdb5
index 6a7e4cd9..f7e340d6 100755
1dcdb5
--- a/tools/GetAllMatchRules.py
1dcdb5
+++ b/tools/GetAllMatchRules.py
1dcdb5
@@ -1,4 +1,4 @@
1dcdb5
-#!/usr/bin/env python
1dcdb5
+#!/usr/bin/python3
1dcdb5
 
1dcdb5
 import sys
1dcdb5
 import argparse
1dcdb5
-- 
1dcdb5
2.17.1
1dcdb5