diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 21:12:03 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 21:12:03 +0000 |
commit | a335a55aced5e6933285fecfc7eb78fea2e08726 (patch) | |
tree | bddc13a8f41829718b913b1f937128ba8c08ed8a /misc/emma/files/patch-aj | |
parent | Update to 0.7.1. (diff) |
move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote
PR: 59357
Submitted by: linimon
Approved by: marcus (mentor)
Notes
Notes:
svn path=/head/; revision=98827
Diffstat (limited to 'misc/emma/files/patch-aj')
-rw-r--r-- | misc/emma/files/patch-aj | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/emma/files/patch-aj b/misc/emma/files/patch-aj deleted file mode 100644 index 803404888a30..000000000000 --- a/misc/emma/files/patch-aj +++ /dev/null @@ -1,20 +0,0 @@ ---- data/standard.py 2000/11/07 14:27:11 1.1 -+++ data/standard.py 2000/11/07 14:27:48 -@@ -48,7 +48,7 @@ - "Example : CurDay()"); - - A = NormalisedTime() --FirstDayOfMonth = time.mktime(A[0], A[1], 1, A[3], A[4], A[5], A[6], A[7], A[8]); -+FirstDayOfMonth = time.mktime((A[0], A[1], 1, A[3], A[4], A[5], A[6], A[7], A[8])); - - def CurMonth(): - return emma.date() >= FirstDayOfMonth -@@ -59,7 +59,7 @@ - "Example : CurMonth()"); - - A = NormalisedTime() --FirstDayOfYear = time.mktime(A[0], 1, 1, A[3], A[4], A[5], A[6], A[7], A[8]); -+FirstDayOfYear = time.mktime((A[0], 1, 1, A[3], A[4], A[5], A[6], A[7], A[8])); - - def CurYear(): - return emma.date() >= FirstDayOfYear |