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