mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-08 00:34:23 +01:00
set imports correctly
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
# Copyright (c) 2014 Peter Reuterås <peter@reuteras.com>
|
||||
# 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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user