summaryrefslogtreecommitdiff
path: root/finance/emma/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'finance/emma/patches/patch-ae')
-rw-r--r--finance/emma/patches/patch-ae22
1 files changed, 22 insertions, 0 deletions
diff --git a/finance/emma/patches/patch-ae b/finance/emma/patches/patch-ae
new file mode 100644
index 00000000000..ec68365634b
--- /dev/null
+++ b/finance/emma/patches/patch-ae
@@ -0,0 +1,22 @@
+$NetBSD: patch-ae,v 1.1 2001/07/02 14:29:46 drochner Exp $
+
+--- data/date.py.orig Mon Jul 2 16:07:58 2001
++++ data/date.py Mon Jul 2 16:08:36 2001
+@@ -57,7 +57,7 @@
+ return emma.date() >= this.ticks() and emma.date() < next.ticks()
+
+ emma.register_func("MonthExt",\
+- "Args: numMonths, offset\n\n",\
++ "Args: numMonths, offset\n\n"\
+ "Returns True if the transaction happened\n"\
+ "in the next <numMonths> months offset by\n"\
+ "<offset> weeks.\n\n"\
+@@ -72,7 +72,7 @@
+ return emma.date() >= this.ticks() and emma.date() < next.ticks()
+
+ emma.register_func("YearExt",\
+- "Args: numYears, offset\n\n",\
++ "Args: numYears, offset\n\n"\
+ "Returns True if the transaction happened in\n"\
+ "the next <numYears> year offset by <offset>\n"\
+ "years.\n\n"\