From 07b05d2dcfa4769b10485c6feb53a8307939c3ac Mon Sep 17 00:00:00 2001
From: Dan Braghis <dan.braghis@torchbox.com>
Date: Wed, 10 Jan 2018 10:48:12 +0000
Subject: [PATCH] Fix include post restructure

---
 opentech/public/esi/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/public/esi/__init__.py b/opentech/public/esi/__init__.py
index b337d6786..07285a3f6 100644
--- a/opentech/public/esi/__init__.py
+++ b/opentech/public/esi/__init__.py
@@ -36,7 +36,7 @@ def register_inclusion_tag(register):
 
 
 def purge_esi():
-    from opentech.utils.cache import purge_cache_on_all_sites
+    from opentech.public.utils.cache import purge_cache_on_all_sites
 
     for name in ESI_REGISTRY:
         # TODO: might need a separate domain for ESI and call wagtail.contrib.wagtailfrontendcache.utils.purge_url_from_cache
-- 
GitLab