From e8255eabfc23f93d69ce6c4fa621c76f3b05ad36 Mon Sep 17 00:00:00 2001 From: Daniel K Lyons <dlyons@nrao.edu> Date: Wed, 19 Aug 2020 11:41:20 -0600 Subject: [PATCH] Interestingly, this line of code needed to be changed for the import from pymygdala to work --- apps/cli/launchers/pymygdala/src/pymygdala/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py b/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py index 00924d7ae..2d39ea807 100644 --- a/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py +++ b/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py @@ -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 -- GitLab