test suite: a few missing import fixes

This commit is contained in:
The MMGen Project 2023-10-04 13:58:40 +00:00
commit bc86ccfd60
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
test.test_py_d.ts_misc: Miscellaneous test groups for the test.py test suite
"""
import re,time
import sys,os,re,time
from mmgen.cfg import gc
from mmgen.util import ymsg

View file

@ -26,7 +26,7 @@ from mmgen.util import ymsg,get_extension
from mmgen.wallet import get_wallet_cls
from ..include.common import cmp_or_die,strip_ansi_escapes,joinpath
from .common import ref_bw_file
from .common import ref_bw_file,ref_bw_hash_preset,ref_dir
class TestSuiteShared(object):
'shared methods for the test.py test suite'