diff --git a/site/db/spec_events.py b/site/db/spec_events.py index 3b62139..2ea4f58 100644 --- a/site/db/spec_events.py +++ b/site/db/spec_events.py @@ -144,7 +144,7 @@ def _hash(name, date_start=None): import hashlib key = name.strip().lower() if date_start: - from compare.metrics import normalize_date + from services.metrics import normalize_date nd = normalize_date(str(date_start)) if nd: key += "|" + nd