From 1401167fe0d10f8e1d4b289e6c2344e096a23151 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 9 Nov 2020 15:25:18 +0000 Subject: [PATCH] Fix module --- webapp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_utils.py b/webapp_utils.py index eb35bf14..f18e6e74 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -8,9 +8,9 @@ __status__ = "Production" import os from collections import OrderedDict +from session import getJson from utils import getProtocolPrefixes from utils import loadJson -from utils import getJson from utils import getConfigParam from cache import getPersonFromCache from cache import storePersonInCache