Skip to content

Commit

Permalink
Fix import in addLogin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoubleyew committed Jan 27, 2021
1 parent 59232b1 commit 54f6fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtCommon/addLogin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 54f6fdc

Please sign in to comment.