summaryrefslogtreecommitdiff
path: root/fail2ban/server/failregex.py
diff options
context:
space:
mode:
Diffstat (limited to 'fail2ban/server/failregex.py')
-rw-r--r--fail2ban/server/failregex.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fail2ban/server/failregex.py b/fail2ban/server/failregex.py
index cbe8ebe3..75e64c46 100644
--- a/fail2ban/server/failregex.py
+++ b/fail2ban/server/failregex.py
@@ -25,6 +25,7 @@ import re
import sre_constants
import sys
+
##
# Regular expression class.
#
@@ -184,6 +185,7 @@ class Regex:
else:
return ["".join(line) for line in self._matchedTupleLines]
+
##
# Exception dedicated to the class Regex.