diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-28 06:18:21 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-28 06:18:21 -0400 |
commit | 5afc4c3770380bd653168772c79008959dfc125f (patch) | |
tree | a91ece323bf2e3e68ca08f2136af45e75e951a8e /tools/sample.py | |
parent | 19cfd9e23b7cd4a7976591290b17e7ba20dd5a50 (diff) | |
download | ledger-5afc4c3770380bd653168772c79008959dfc125f.tar.gz ledger-5afc4c3770380bd653168772c79008959dfc125f.tar.bz2 ledger-5afc4c3770380bd653168772c79008959dfc125f.zip |
Reorganized some files in tools/ and test/
Diffstat (limited to 'tools/sample.py')
-rw-r--r-- | tools/sample.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/sample.py b/tools/sample.py deleted file mode 100644 index d3bc9b18..00000000 --- a/tools/sample.py +++ /dev/null @@ -1,4 +0,0 @@ -import ledger - -def get_amount(item): - return item.amount() * 100 |