Skip to content

Commit 54f6fdc

Browse files
committed
Fix import in addLogin.py
1 parent 59232b1 commit 54f6fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtCommon/addLogin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
currPath = os.path.dirname(os.path.realpath(__file__))
99
rootPath = os.path.dirname(currPath)
1010
sys.path.append(rootPath)
11-
from rtCommon.webServer import loadPasswdFile, storePasswdFile
11+
from rtCommon.webHttpHandlers import loadPasswdFile, storePasswdFile
1212

1313
passwordFile = 'certs/passwd'
1414

0 commit comments

Comments
 (0)