summaryrefslogtreecommitdiff
path: root/fail2ban/server/failregex.py
diff options
context:
space:
mode:
authorLee Clemens <java@leeclemens.net>2015-06-26 12:51:19 -0400
committerLee Clemens <java@leeclemens.net>2015-06-26 12:51:19 -0400
commit7667712909408d7f49a0955db53d49c4e186fe40 (patch)
treebf7ec45ea0cc326cbeff64ffff1bf020a3e766f2 /fail2ban/server/failregex.py
parentf2d0230a675483f19c9486ed2477be9da789c49f (diff)
downloadfail2ban-7667712909408d7f49a0955db53d49c4e186fe40.tar.gz
Fix pep8 E401 multiple imports on one line
Diffstat (limited to 'fail2ban/server/failregex.py')
-rw-r--r--fail2ban/server/failregex.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/fail2ban/server/failregex.py b/fail2ban/server/failregex.py
index 28ee8ef5..034d6877 100644
--- a/fail2ban/server/failregex.py
+++ b/fail2ban/server/failregex.py
@@ -21,7 +21,9 @@ __author__ = "Cyril Jaquier"
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
__license__ = "GPL"
-import re, sre_constants, sys
+import re
+import sre_constants
+import sys
##
# Regular expression class.