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'