orion / rpms / dbus

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