update
This commit is contained in:
parent
4017ff1a80
commit
79c9ac434a
1
Makefile
1
Makefile
@ -13,6 +13,7 @@ lint::
|
|||||||
|
|
||||||
install::
|
install::
|
||||||
${PIP_EXE_MSYS} --python ${PYTHON_EXE_MSYS} install \
|
${PIP_EXE_MSYS} --python ${PYTHON_EXE_MSYS} install \
|
||||||
|
--no-deps \
|
||||||
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
|
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
|
||||||
--upgrade .
|
--upgrade .
|
||||||
|
|
||||||
|
@ -193,7 +193,8 @@ try:
|
|||||||
except:
|
except:
|
||||||
ub_ctx = RR_TYPE_TXT = RR_CLASS_IN = None
|
ub_ctx = RR_TYPE_TXT = RR_CLASS_IN = None
|
||||||
|
|
||||||
from support_onions import (bAreWeConnected, icheck_torrc, lIntroductionPoints,
|
from toxygen_wrapper.tests.support_onions import (
|
||||||
|
bAreWeConnected, icheck_torrc, lIntroductionPoints,
|
||||||
yKNOWN_NODNS, zResolveDomain)
|
yKNOWN_NODNS, zResolveDomain)
|
||||||
|
|
||||||
from trustor_poc import TrustorError, idns_validate
|
from trustor_poc import TrustorError, idns_validate
|
||||||
|
@ -11,7 +11,7 @@ import logging
|
|||||||
import warnings
|
import warnings
|
||||||
global LOG
|
global LOG
|
||||||
|
|
||||||
from support_onions import (oGetStemController,
|
from toxygen_wrapper.tests.support_onions import (woGetStemController,
|
||||||
vwait_for_controller,)
|
vwait_for_controller,)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user