Move money.py to money.{balance,tools} (#330)
Split balance cmd in a file, money_tools in an other
Showing
- silkaj/cli.py 1 addition, 1 deletionsilkaj/cli.py
- silkaj/money/__init__.py 14 additions, 0 deletionssilkaj/money/__init__.py
- silkaj/money/balance.py 5 additions, 86 deletionssilkaj/money/balance.py
- silkaj/money/tools.py 100 additions, 0 deletionssilkaj/money/tools.py
- silkaj/tx.py 8 additions, 8 deletionssilkaj/tx.py
- silkaj/tx_history.py 5 additions, 1 deletionsilkaj/tx_history.py
- tests/money/__init__.py 14 additions, 0 deletionstests/money/__init__.py
- tests/money/test_tools.py 1 addition, 1 deletiontests/money/test_tools.py
- tests/patched/money.py 1 addition, 1 deletiontests/patched/money.py
- tests/test_tx.py 5 additions, 4 deletionstests/test_tx.py
- tests/test_tx_file.py 1 addition, 1 deletiontests/test_tx_file.py
- tests/test_unit_tx.py 7 additions, 6 deletionstests/test_unit_tx.py
Loading
Please register or sign in to comment