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():