Skip to content
Snippets Groups Projects
Commit c797e406 authored by Taya Snijder's avatar Taya Snijder
Browse files

moved observation related files to own folder

parent 58727439
Branches
No related tags found
1 merge request!457Resolve L2SS-825 "Start an observation"
......@@ -21,7 +21,7 @@ from tangostationcontrol.common.entrypoint import entry
from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions
from tangostationcontrol.devices.device_decorators import only_when_on, fault_on_error
from tangostationcontrol.devices.lofar_device import lofar_device
from tangostationcontrol.devices.observation import Observation
from tangostationcontrol.devices.observation.observation import Observation
logger = logging.getLogger()
......
......@@ -11,7 +11,7 @@ from tangostationcontrol.test.devices.test_observation_base import TestObservati
from tangostationcontrol.integration_test import base
from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
from tangostationcontrol.devices.observation_control import observationWrapper
from tangostationcontrol.devices.observation.observation_control import observationWrapper
from os import environ
from json import loads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment