Merge pull request #17 from anthraxx/master

fixing mixed indent error (only use spaces)
This commit is contained in:
Michel Oosterhof 2015-07-28 19:26:54 +04:00
commit 8512d7c345
1 changed files with 76 additions and 75 deletions

View File

@ -144,5 +144,6 @@ class Output(cowrie.core.output.Output):
# This is separate since we can't return with a value
@defer.inlineCallbacks
def createSessionWhenever(self, sid, peerIP, hostIP):
pass
# vim: set sw=4 et: