From eaf1649ef3e0ddca1b7b609e19eb1567a8242cd3 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 7 Jan 2016 13:05:53 -0500 Subject: [PATCH] Remove remaining mentions of webapp --- .gitignore | 1 - gramps/gen/const.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 64d8adb5e..91cdcbee2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ tags # Testing test/data -gramps/webapp/grampsdb/fixtures/initial_data.json # Windows image file caches Thumbs.db diff --git a/gramps/gen/const.py b/gramps/gen/const.py index 22f41ca9e..db8186f8e 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -147,7 +147,6 @@ RULE_GLADE = os.path.join(GLADE_DIR, "rule.glade") PLUGINS_DIR = os.path.join(ROOT_DIR, "plugins") -WEB_DIR = os.path.join(ROOT_DIR, 'webapp') USE_TIPS = False @@ -195,7 +194,6 @@ ENV = { "ROOT_DIR": ROOT_DIR, "GLADE_DIR": GLADE_DIR, "PLUGINS_DIR": PLUGINS_DIR, - "WEB_DIR": WEB_DIR, "DATA_DIR": DATA_DIR, "IMAGE_DIR": IMAGE_DIR, }