Skip to content
Snippets Groups Projects
Commit e8255eab authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Interestingly, this line of code needed to be changed for the import from pymygdala to work

parent 7ad7e7ae
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ Using this library you can log messages to RabbitMQ with a standard-isg logging
Many (most?) of the defaults for things like routing keys, exchange names and CAPO properties are heavily NRAO-centric but you can order-ride them if you want.
"""
from .models import (LogHandler, LogDumper, SendEvent, SendNRAOEvent, RPCEvent)
\ No newline at end of file
from .models import LogHandler, LogDumper, SendEvent, SendNRAOEvent, RPCEvent
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