mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
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:
@ -9,7 +9,7 @@ if sys.platform == 'win32':
|
|||||||
# and this is when running as a service
|
# and this is when running as a service
|
||||||
#os.chdir(os.path.dirname(inspect.getfile(inspect.currentframe())))
|
#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.application import internet, service
|
||||||
from twisted.cred import portal
|
from twisted.cred import portal
|
||||||
from twisted.conch.ssh import factory, keys
|
from twisted.conch.ssh import factory, keys
|
||||||
|
|||||||
Reference in New Issue
Block a user