mmgen-xmrwallet: add missing import of MMGenObject

This commit is contained in:
The MMGen Project 2022-11-01 14:37:00 +00:00
commit cab144cc7f
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ def usage(cmdname=None,exit_val=1):
die(1,f'{cmdname!r}: no such tool command')
else:
from ..ui import do_pager
do_pager('\n'.join(gen_tool_usage()))
do_pager('\n'.join(gen_tool_usage()) + '\n')
import sys
sys.exit(exit_val)

View file

@ -23,7 +23,7 @@ xmrwallet.py - MoneroWalletOps class
import os,re,time,json
from collections import namedtuple
from .common import *
from .objmethods import Hilite,InitErrors
from .objmethods import MMGenObject,Hilite,InitErrors
from .obj import CoinTxID
from .seed import SeedID
from .protocol import init_proto