From 54f6fdc189090007af4199472755483a370131b1 Mon Sep 17 00:00:00 2001 From: Grant Wallace Date: Wed, 27 Jan 2021 12:18:05 -0500 Subject: [PATCH] Fix import in addLogin.py --- rtCommon/addLogin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtCommon/addLogin.py b/rtCommon/addLogin.py index 5b26b231..7e233ff9 100644 --- a/rtCommon/addLogin.py +++ b/rtCommon/addLogin.py @@ -8,7 +8,7 @@ currPath = os.path.dirname(os.path.realpath(__file__)) rootPath = os.path.dirname(currPath) sys.path.append(rootPath) -from rtCommon.webServer import loadPasswdFile, storePasswdFile +from rtCommon.webHttpHandlers import loadPasswdFile, storePasswdFile passwordFile = 'certs/passwd'