Skip to content
Snippets Groups Projects
Commit 80696137 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-699: fixed imports

parent dcb509bb
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ if call(['ssh', '-o', 'PasswordAuthentication=no', '-o', 'PubkeyAuthentication=y
print('this test depends on keybased ssh login to localhost, which is not setup correctly. skipping test...')
exit(3)
from lofar.messaging import TemporaryExchange, MessageLogger
from lofar.messaging import TemporaryExchange
from lofar.messaging.messagelogger import MessageLogger
testname = 't_ingestpipeline_%s' % uuid.uuid1()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment