summaryrefslogtreecommitdiff
path: root/fail2ban/server/failregex.py
diff options
context:
space:
mode:
authorLee Clemens <java@leeclemens.net>2015-07-04 13:47:40 -0400
committerLee Clemens <java@leeclemens.net>2015-07-04 13:47:40 -0400
commitfdc3172aece85956c0269f889ecf3e9d0db8b49a (patch)
tree8d09afe81479333e22554002af52f879dba037f9 /fail2ban/server/failregex.py
parentfbeee8bb28246685525b23a5a694109eadc6a57b (diff)
downloadfail2ban-fdc3172aece85956c0269f889ecf3e9d0db8b49a.tar.gz
Fix PEP8 E302 expected 2 blank lines, found X
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.