Remove remaining mentions of webapp

This commit is contained in:
Doug Blank 2016-01-07 13:05:53 -05:00
parent 22b5c7a14c
commit eaf1649ef3
2 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,7 +18,6 @@ tags
# Testing
test/data
gramps/webapp/grampsdb/fixtures/initial_data.json
# Windows image file caches
Thumbs.db

View File

@ -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,
}