From 765b0c8ac3aefdab8cc4a86c0309d0801896a316 Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Sun, 19 Aug 2018 12:36:05 -0700
Subject: [PATCH] snglbursttable.py: fix import to _snglbursttable to not be
 relative, which causes ValueError: Attempted relative import in non-package

---
 gstlal-burst/python/snglbursttable.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-burst/python/snglbursttable.py b/gstlal-burst/python/snglbursttable.py
index f12986a4de..7b3644d223 100644
--- a/gstlal-burst/python/snglbursttable.py
+++ b/gstlal-burst/python/snglbursttable.py
@@ -1,7 +1,7 @@
 from glue.ligolw import ilwd
 from glue.ligolw import lsctables
 import lal
-from . import _snglbursttable
+from gstlal import _snglbursttable
 
 
 __all__ = ["GSTLALSnglBurst"]
-- 
GitLab