From 1934d382230373824d6e40dff3929d91aeefb00a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Fontaine?= Date: Sun, 4 Mar 2018 17:51:25 +0100 Subject: [PATCH] Fix comment, rename cache --- fstogedcom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fstogedcom.py b/fstogedcom.py index 4ad1a96..d13e894 100644 --- a/fstogedcom.py +++ b/fstogedcom.py @@ -12,13 +12,13 @@ import asyncio import re import os -# global import +# local import from getmyancestors import Session, Tree, Indi, Fam from mergemyancestors import Gedcom from translation import translations -tmp_dir = os.path.join(tempfile.gettempdir(), 'familysearchtogedcom') +tmp_dir = os.path.join(tempfile.gettempdir(), 'fstogedcom') global cache cache = Cache(tmp_dir) lang = cache.get('lang') -- 2.52.0