From ea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 29 Jul 2008 20:10:03 -0400 Subject: Moved around and renamed a very large amount of code in order to rationalize the way that value expressions extract information from journal objects. --- test.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 test.py (limited to 'test.py') diff --git a/test.py b/test.py deleted file mode 100755 index 49276de0..00000000 --- a/test.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python - -from amounts import * - -amt_ncd = Amount("100") -print amt_ncd -amt_nc = Amount("100.00") -print amt_nc -amt = Amount("$100.00") -print amt -namt_ncd = Amount("-100") -print namt_ncd -namt_nc = Amount("-100.00") -print namt_nc -namt = Amount("$-100.00") -print namt -namt2 = Amount("-$100.00") -print namt2 - -val = Value("$100.00") - -print val -- cgit v1.2.3