This commit is contained in:
emdee@spm.plastiras.org 2024-02-10 23:47:40 +00:00
parent 4017ff1a80
commit 79c9ac434a
4 changed files with 6 additions and 4 deletions

View file

@ -193,8 +193,9 @@ try:
except:
ub_ctx = RR_TYPE_TXT = RR_CLASS_IN = None
from support_onions import (bAreWeConnected, icheck_torrc, lIntroductionPoints,
yKNOWN_NODNS, zResolveDomain)
from toxygen_wrapper.tests.support_onions import (
bAreWeConnected, icheck_torrc, lIntroductionPoints,
yKNOWN_NODNS, zResolveDomain)
from trustor_poc import TrustorError, idns_validate
try:

View file

@ -11,8 +11,8 @@ import logging
import warnings
global LOG
from support_onions import (oGetStemController,
vwait_for_controller,)
from toxygen_wrapper.tests.support_onions import (woGetStemController,
vwait_for_controller,)
try:
from ruamel.yaml import YAML