From 174aad09756172feeb0dfb3780d70938095cdac4 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 29 Jun 2015 11:58:51 +0400 Subject: [PATCH] set imports correctly --- cowrie/commands/nohup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cowrie/commands/nohup.py b/cowrie/commands/nohup.py index 5dba5fb..06f000a 100644 --- a/cowrie/commands/nohup.py +++ b/cowrie/commands/nohup.py @@ -2,9 +2,11 @@ # Copyright (c) 2014 Peter Reuterås # See the COPYRIGHT file for more information -import os, getopt -from kippo.core.honeypot import HoneyPotCommand -from kippo.core.fs import * +import os +import getopt + +from cowrie.core.honeypot import HoneyPotCommand +from cowrie.core.fs import * commands = {}