http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/8924016bace93869427837c958da6b81be563383
. @ -83,15 +82,15 @@ async def _get_obj_async( _clsname, _modname, *args, **kwargs ): ' Sent ' , ' AutomountSent ' ) : from . . tw . ctl import TwCtl kwargs [ ' twctl ' ] = await TwCtl ( cfg , proto ) kwargs [ ' twctl ' ] = await TwCtl ( kwargs [ ' cfg ' ] , proto ) return _base_proto_subclass ( clsname , modname , proto ) ( * args , * * kwargs ) return _base_proto_subclass ( clsname , modname , proto ) ( * * kwargs ) def _get ( clsname , modname ) : return lambda * args , * * kwargs : _get_obj ( clsname ,...