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 = {}