From 252d83bdc7c160bcfbe0b36dbb3eb9e284246332 Mon Sep 17 00:00:00 2001 From: Patrick Godwin <patrick.godwin@ligo.org> Date: Mon, 2 Jul 2018 18:33:25 -0500 Subject: [PATCH] auxcache.py: forgot to change multichannel_datasource import after move to burst --- gstlal-burst/python/fxtools/auxcache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-burst/python/fxtools/auxcache.py b/gstlal-burst/python/fxtools/auxcache.py index 814b6cbd02..c93bf71924 100644 --- a/gstlal-burst/python/fxtools/auxcache.py +++ b/gstlal-burst/python/fxtools/auxcache.py @@ -42,7 +42,7 @@ Gst.init(None) from gstlal import datasource from gstlal import pipeparts from gstlal import simplehandler -from gstlal import multichannel_datasource +from gstlal.fxtools import multichannel_datasource # # ============================================================================= -- GitLab