From 55806f92ba2d83d24f5a5188914c80f8523d3871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 19 Jan 2009 19:20:49 +0000 Subject: [PATCH] remove USER_DOCGEN svn: r11664 --- src/const.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py.in b/src/const.py.in index a03ce76f6..eebe3d68c 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -116,7 +116,7 @@ USER_PLUGINS = os.path.join(HOME_DIR, "plugins") USER_TEMPLATES = os.path.join(HOME_DIR, "templates") # dirs checked/made for each Gramps session USER_DIRLIST = (HOME_DIR, ENV_DIR, TEMP_DIR, THUMB_DIR, - USER_DOCGEN, USER_PLUGINS, USER_TEMPLATES) + USER_PLUGINS, USER_TEMPLATES) ICON = os.path.join(ROOT_DIR, "images", "gramps.png") LOGO = os.path.join(ROOT_DIR, "images", "logo.png")