mirror of https://github.com/fail2ban/fail2ban
BF: return declaration of TABLE back (thanks to michaelberg79)
parent
8a1f44a0f2
commit
9d45e35642
|
@ -92,7 +92,8 @@ class DateEpoch(DateTemplate):
|
|||
# standard.
|
||||
|
||||
class DateStrptime(DateTemplate):
|
||||
|
||||
|
||||
TABLE = dict()
|
||||
TABLE["Jan"] = ["Sty"]
|
||||
TABLE["Feb"] = [u"Fév", "Lut"]
|
||||
TABLE["Mar"] = [u"Mär", "Mar"]
|
||||
|
|
Loading…
Reference in New Issue