From e84a79876688ffdb6ef15fcb296ca95a7749fb96 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 8 Feb 2022 09:48:23 +0100 Subject: [PATCH] added the moved file :P --- .../tangostationcontrol/test/beam/test_delays.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py index 2f74510e3..35e8b3e0e 100644 --- a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py +++ b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py @@ -1,6 +1,6 @@ import datetime -from delays import * +from tangostationcontrol.beam.delays import * from math import sqrt, pow from tangostationcontrol.test import base -- GitLab