]> Nutra Git (v1) - gamesguru/getmyancestors.git/commitdiff
Fix comment, rename cache
authorBenoît Fontaine <benoit.fontaine@acft.fr>
Sun, 4 Mar 2018 16:51:25 +0000 (17:51 +0100)
committerBenoît Fontaine <benoit.fontaine@acft.fr>
Sun, 4 Mar 2018 16:51:25 +0000 (17:51 +0100)
fstogedcom.py

index 4ad1a96268549718b8f6d8514d154e7efbbd7e42..d13e894ed6c2e7adc4119281d540e2987d6af725 100644 (file)
@@ -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')