From eef5532b82236cb54dcbc59ee257482b779a3883 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco Date: Mon, 29 Nov 2021 08:49:48 -0500 Subject: [PATCH] chore: update imports Update static_replace import for lilac. --- image_explorer/image_explorer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_explorer/image_explorer.py b/image_explorer/image_explorer.py index 0eb6fc2..c70bc65 100644 --- a/image_explorer/image_explorer.py +++ b/image_explorer/image_explorer.py @@ -333,7 +333,7 @@ def _replace_static_from_url(self, url): if not url: return url try: - from static_replace import replace_static_urls + from common.djangoapps.static_replace import replace_static_urls except ImportError: return url