From 0f75ed5e2ab1159e45a7771a7a4e90c877ec848e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 26 Apr 2015 21:57:13 -0400 Subject: [PATCH] Just use a system wide python in the tests digest.py to stay inline with the other scripts --- fail2ban/tests/files/config/apache-auth/digest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/tests/files/config/apache-auth/digest.py b/fail2ban/tests/files/config/apache-auth/digest.py index 9906c652..020a1272 100755 --- a/fail2ban/tests/files/config/apache-auth/digest.py +++ b/fail2ban/tests/files/config/apache-auth/digest.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/python import requests try: