From 4a66ee5c09786f6583872a80714705941c262135 Mon Sep 17 00:00:00 2001 From: Ilya Date: Fri, 24 Mar 2017 14:20:45 +0900 Subject: [PATCH] fail2ban_plugin: "filterfalse" removed --- python.d/fail2ban.chart.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python.d/fail2ban.chart.py b/python.d/fail2ban.chart.py index d6177d0e..ce95ff94 100644 --- a/python.d/fail2ban.chart.py +++ b/python.d/fail2ban.chart.py @@ -4,11 +4,6 @@ from base import LogService from re import compile as r_compile - -try: - from itertools import filterfalse -except ImportError: - from itertools import ifilterfalse as filterfalse from os import access as is_accessible, R_OK from os.path import isdir from glob import glob -- 2.39.2