more twisted.python.log imports

This commit is contained in:
Michel Oosterhof
2014-10-05 21:16:10 +00:00
parent 6c0695ea4c
commit d61ed77be4
4 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
import os, time, anydbm, datetime
from kippo.core.honeypot import HoneyPotCommand
from twisted.internet import reactor
from twisted.python import log
from kippo.core.config import config
from kippo.core.auth import UserDB
from kippo.core import utils

View File

@@ -1,6 +1,7 @@
# Copyright (c) 2009 Upi Tamminen <desaster@gmail.com>
# See the COPYRIGHT file for more information
from twisted.python import log
from kippo.core.honeypot import HoneyPotCommand
from twisted.internet import reactor
import time, re, hashlib, getopt

View File

@@ -1,6 +1,7 @@
# Copyright (c) 2009 Upi Tamminen <desaster@gmail.com>
# See the COPYRIGHT file for more information
from twisted.python import log
from kippo.core.honeypot import HoneyPotCommand
from kippo.core.fs import *
from kippo.commands import dice, malware

View File

@@ -5,6 +5,7 @@ from kippo.core.honeypot import HoneyPotCommand
from kippo.core.fs import *
from twisted.web import client
from twisted.internet import reactor
from twisted.python import log
import stat
import time