From 5e9ae59e16601ce030cd986e98cdb2b1b0945ba0 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 9 Jan 2003 04:54:14 +0000 Subject: [PATCH] Updated const.py.in for calendar directory svn: r1248 --- gramps2/src/const.py | 1 + gramps2/src/const.py.in | 1 + 2 files changed, 2 insertions(+) diff --git a/gramps2/src/const.py b/gramps2/src/const.py index 6f61c17ff..a7ac6303f 100644 --- a/gramps2/src/const.py +++ b/gramps2/src/const.py @@ -86,6 +86,7 @@ traceFile = "%s/trace.glade" % rootDir filterFile = "%s/rule.glade" % rootDir pluginsDir = "%s/plugins" % rootDir +calendarDir = "%s/calendars" % rootDir docgenDir = "%s/docgen" % rootDir filtersDir = "%s/filters" % rootDir dataDir = "%s/data" % rootDir diff --git a/gramps2/src/const.py.in b/gramps2/src/const.py.in index 40044f127..dc5b57ddf 100644 --- a/gramps2/src/const.py.in +++ b/gramps2/src/const.py.in @@ -86,6 +86,7 @@ traceFile = "%s/trace.glade" % rootDir filterFile = "%s/rule.glade" % rootDir pluginsDir = "%s/plugins" % rootDir +calendarDir = "%s/calendars" % rootDir docgenDir = "%s/docgen" % rootDir filtersDir = "%s/filters" % rootDir dataDir = "%s/data" % rootDir