From a8b6c3133f5a6804b73065adf57df7f0e91c9466 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 27 Sep 2024 19:47:06 +0200 Subject: [PATCH] revert --- changedetectionio/tests/proxy_socks5/test_socks5_proxy.py | 3 ++- .../tests/proxy_socks5/test_socks5_proxy_sources.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py b/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py index c2158264..01152050 100644 --- a/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py +++ b/changedetectionio/tests/proxy_socks5/test_socks5_proxy.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 import os from flask import url_for -from ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client +from changedetectionio.tests.util import live_server_setup, wait_for_all_checks + 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 a5e089f2..a5d3b69f 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 ..util import live_server_setup, wait_for_all_checks, extract_UUID_from_client +from changedetectionio.tests.util import live_server_setup, wait_for_all_checks def set_response():