From a335a55aced5e6933285fecfc7eb78fea2e08726 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Thu, 22 Jan 2004 21:12:03 +0000 Subject: 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) --- misc/emma/files/patch-aj | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 misc/emma/files/patch-aj (limited to 'misc/emma/files/patch-aj') 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 -- cgit v1.2.3