mirror of https://github.com/cowrie/cowrie.git
don't import default, it was just a test
git-svn-id: https://kippo.googlecode.com/svn/trunk@47 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
parent
d4ad2ec46c
commit
d60f9232a5
|
@ -9,7 +9,7 @@ if sys.platform == 'win32':
|
|||
# and this is when running as a service
|
||||
#os.chdir(os.path.dirname(inspect.getfile(inspect.currentframe())))
|
||||
|
||||
from twisted.internet import reactor, defer, default
|
||||
from twisted.internet import reactor, defer
|
||||
from twisted.application import internet, service
|
||||
from twisted.cred import portal
|
||||
from twisted.conch.ssh import factory, keys
|
||||
|
|
Loading…
Reference in New Issue