minor fix

This commit is contained in:
The MMGen Project 2022-02-05 13:32:57 +00:00
commit 5339f5f1a9
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
tw: Tracking wallet dependency classes for the MMGen suite
tw: Tracking wallet dependency classes and helper functions
"""
import time

View file

@ -69,7 +69,8 @@ for e in exclude:
start_time = int(time.time())
if opt.list:
Die(0,' '.join(all_tests))
Msg(' '.join(all_tests))
sys.exit(0)
class UnitTestHelpers(object):