http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/076cec7495f9f50b4d1ce0216ea1fdb545986294
{tx.proto.base_proto _coin .lower()}.tx.info'), ('Token' if tx.proto.tokensym else '') + 'TxInfo' )(tx) + 2 - 2 mmgen/util.py View File @@ -660,8 +660,8 @@ def base_proto_subclass(cls,proto,subdir,modname,sub_clsname=None): """ magic module loading and class selection """ - modpath = 'mmgen. base_ proto.{}.{}{}'.format( - proto.base_proto.lower(), + modpath = 'mmgen.proto.{}.{}{}'.format( + proto.base_proto _coin .lower(), subdir + '.' if subdir else '', modname ) + 2 - 2 mmgen/xmrwallet.py View File @@...