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