From 056baff551de9510f6238a86fb5663d2e94c3bf0 Mon Sep 17 00:00:00 2001 From: Kakarot <113910872+Jamaicanjailer@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:43:54 +0530 Subject: [PATCH] Update main.py Resolving the issue of not being able to import the lockmodule in the main file by using sys cmds --- main.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main.py b/main.py index ad2ad15..1d7c31e 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,14 @@ # Password Manager ## MAIN PROGRAM ## + +## IF THE LOCKMODULE IS NOT IMPORTED USING RELATIVE IMPORT ## +#THEN ADD THESE COMMAND LINES AS WELL# +# | +# V +#import sys +#sys.path.append("enter the path directory of the python file") + + from lockmodule import * fstpage() go = True