mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-23 07:14:24 +01:00
test: Use absolute imports in test_base_commands.
This fixes the tests on Python 3.
This commit is contained in:
committed by
Michel Oosterhof
parent
b5e7d4cc14
commit
7fec5be3e2
@@ -7,8 +7,7 @@ from twisted.trial import unittest
|
||||
|
||||
from cowrie.core import protocol
|
||||
from cowrie.core import config
|
||||
import fake_server
|
||||
import fake_transport
|
||||
from cowrie.test import fake_server, fake_transport
|
||||
import json
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user