Refactor a bit the poisoners

This commit is contained in:
jvoisin 2016-07-05 00:18:48 +02:00
commit f2a2ffbe87
5 changed files with 42 additions and 72 deletions

View file

@ -14,13 +14,12 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
import socket
import utils
import logging
import ConfigParser
from utils import *
__version__ = 'Responder 2.3'
class Settings: