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

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