From 602239051bcd26c44dfa706d7d591d6a2669cff1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 22 Jun 2014 10:56:50 -0400 Subject: [PATCH] BF: reincarnated import of logging (used to obtain level constants) --- bin/fail2ban-testcases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fail2ban-testcases b/bin/fail2ban-testcases index 8b1343a3..475aa40b 100755 --- a/bin/fail2ban-testcases +++ b/bin/fail2ban-testcases @@ -24,7 +24,7 @@ __author__ = "Cyril Jaquier" __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2012- Yaroslav Halchenko" __license__ = "GPL" - +import logging import unittest, sys, time, os # Check if local fail2ban module exists, and use if it exists by