@@ -243,22 +243,7 @@ def setReadOnly( self, state ):
243243 readOnly = QtCore .pyqtProperty (bool , isReadOnly , setReadOnly )
244244
245245
246- hashmal_entry_points = {
247- 'hashmal.plugin' : [
248- 'Address Encoder = hashmal_lib.plugins.addr_encoder:make_plugin' ,
249- 'Block Analyzer = hashmal_lib.plugins.block_analyzer:make_plugin' ,
250- 'Blockchain = hashmal_lib.plugins.blockchain:make_plugin' ,
251- 'Chainparams = hashmal_lib.plugins.chainparams:make_plugin' ,
252- 'Item Types = hashmal_lib.plugins.item_types:make_plugin' ,
253- 'Log = hashmal_lib.plugins.log:make_plugin' ,
254- 'Script Generator = hashmal_lib.plugins.script_gen:make_plugin' ,
255- 'Stack Evaluator = hashmal_lib.plugins.stack:make_plugin' ,
256- 'Transaction Analyzer = hashmal_lib.plugins.tx_analyzer:make_plugin' ,
257- 'Transaction Builder = hashmal_lib.plugins.tx_builder:make_plugin' ,
258- 'Variables = hashmal_lib.plugins.variables:make_plugin' ,
259- 'Wallet RPC = hashmal_lib.plugins.wallet_rpc:make_plugin'
260- ]
261- }
246+ from entry_points import hashmal_entry_points
262247
263248
264249required_plugins = ['Chainparams' , 'Item Types' , 'Log' , 'Stack Evaluator' , 'Variables' ]
0 commit comments