Skip to content
Snippets Groups Projects
Commit 4437ef13 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-780: fix imports

parent c5792d4f
No related branches found
No related tags found
1 merge request!393Resolve L2SS-780 "Prometheus exporter test"
......@@ -7,14 +7,15 @@
# Distributed under the terms of the APACHE license.
# See LICENSE.txt for more info.
from tangostationcontrol.integration_test.base import BaseIntegrationTestCase
from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
from tango import Database
import importlib
import sys, os
import numpy
from tango import Database
from tangostationcontrol.integration_test.base import BaseIntegrationTestCase
from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
module_name = 'ArchiverPolicy'
file_path = os.path.join(os.path.realpath('..'), 'docker-compose/tango-prometheus-exporter/code/tango-prometheus-client.py')
spec = importlib.util.spec_from_file_location(module_name, file_path)
......
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