Skip to content
Snippets Groups Projects
Commit 8126d0a7 authored by Timothy Davies's avatar Timothy Davies
Browse files

Fix imports.

parent 7d4cadbf
No related branches found
No related tags found
1 merge request!592Use python based fix for gstvaluearray
......@@ -17,7 +17,7 @@ Gst.init(None)
from lal import LIGOTimeGPS
from gstlal import simplehandler
import pipeio
from gstlal import pipeio
LIVE_SEGMENT = (None, None)
Time = Union[int, float, LIGOTimeGPS]
......
......@@ -43,7 +43,7 @@ from gstlal import kernels
from gstlal import pipeparts
from gstlal.psd import interpolate_psd
import pipeio
from gstlal import pipeio
__doc__ = """
......
......@@ -8,7 +8,7 @@ from typing import Union, Optional
import gi
import ligo.segments
from lal import LIGOTimeGPS
import pipeio
from gstlal import pipeio
gi.require_version('Gst', '1.0')
from gi.repository import GObject
......
......@@ -37,7 +37,7 @@ from gi.repository import Gst
GObject.threads_init()
Gst.init(None)
import pipeio
from gstlal import pipeio
def gstlal_element_register(clazz):
......
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