From 9a9131d4f49efd19a5e8e3eb757802d709276f13 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Fri, 12 Apr 2019 13:47:54 +0000
Subject: [PATCH] SW-610: fixed import path

---
 QA/QA_Service/bin/qa_webservice | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/QA/QA_Service/bin/qa_webservice b/QA/QA_Service/bin/qa_webservice
index 2a5e0f56738..00ad021ab86 100755
--- a/QA/QA_Service/bin/qa_webservice
+++ b/QA/QA_Service/bin/qa_webservice
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License along
 # with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
 
-from lofar.qa.cep4_utils import *
+from lofar.common.cep4_utils import *
 from subprocess import call
 import socket
 import logging
-- 
GitLab