1
0

move commands list to commands.py

This commit is contained in:
thomasv
2013-02-26 16:29:44 +01:00
parent 31e265b11d
commit ea2d8f2491
3 changed files with 75 additions and 77 deletions

View File

@@ -10,4 +10,4 @@ import bitcoin
from bitcoin import Transaction, EC_KEY
from mnemonic import mn_encode as mnemonic_encode
from mnemonic import mn_decode as mnemonic_decode
from commands import protected_commands, Commands
from commands import protected_commands, known_commands, offline_commands, Commands