Multiple times python file import from different directories?
There are two different directories and I want to run function which is placed in different python file in different directory. I used sys.path.append(other directory )but it calls only for first time,