summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/people.py')
-rw-r--r--parsers/people.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/parsers/people.py b/parsers/people.py
index 47bb328..7820956 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -1,8 +1,6 @@
import csv
-import datetime
import os
import re
-import shutil
from html import unescape
from pathlib import Path
@@ -10,7 +8,7 @@ from django.conf import settings
from unidecode import unidecode
from troggle.core.models.troggle import DataIssue, Expedition, Person, PersonExpedition
-from troggle.core.utils import TROG, save_carefully
+from troggle.core.utils import save_carefully
"""These functions do not match how the stand-alone folk script works. So the script produces an HTML file which has
href links to pages in troggle which troggle does not think are right.