From 40d23aa2fad6e4b8b2e444483fef180d87c602d5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 27 Sep 2024 14:12:18 +0200 Subject: [PATCH] try different import --- changedetectionio/tests/proxy_socks5/test_socks5_proxy.py | 3 +-- .../tests/proxy_socks5/test_socks5_proxy_sources.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py b/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py index 01152050..c2158264 100644 --- a/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py +++ b/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py @@ -1,8 +1,7 @@ #!/usr/bin/env python3 import os from flask import url_for -from changedetectionio.tests.util import live_server_setup, wait_for_all_checks - +from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client def set_response(): import time diff --git a/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py b/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py index a5d3b69f..a5e089f2 100644 --- a/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py +++ b/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 import os from flask import url_for -from changedetectionio.tests.util import live_server_setup, wait_for_all_checks +from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client def set_response():