Fix module

main
Bob Mottram 2020-11-09 15:25:18 +00:00
parent 3b1d77962a
commit 1401167fe0
1 changed files with 1 additions and 1 deletions

View File

@ -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