From: BenoƮt Fontaine Date: Sun, 4 Mar 2018 16:51:25 +0000 (+0100) Subject: Fix comment, rename cache X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=1934d382230373824d6e40dff3929d91aeefb00a;p=gamesguru%2Fgetmyancestors.git Fix comment, rename cache --- 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')