- Made interactive mode optional in fail2ban-client

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@585 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2007-05-22 19:51:53 +00:00
parent b71c6335f4
commit 9ace6dfa2e
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Fail2Ban (version 0.9.0) 2007/??/??
ver. 0.9.0 (2007/??/??) - alpha
----------
- Removed Python 2.4 code. Need more testing
- Made interactive mode optional in fail2ban-client
ver. 0.8.0 (2007/05/03) - stable
----------

View File

@ -27,7 +27,6 @@ __license__ = "GPL"
import sys, string, os, pickle, re, logging, signal
import getopt, time, shlex, socket
#import readline
# Inserts our own modules path first in the list
# fix for bug #343821