I have a folder structure as below and I want to import a class from Util1.py into Impl1.py but cannot figure out how to write the Import function. I have seen the mention of PYTHONPATH but cannot completely figure out how to write the details around it. Any help is appreciated
Root folder
 |---Util
     |---Src
         |--Util1.py
         |--Util2.py
 |---Impl1
     |---Src
         |--Impl1.py
         |--Impl2.py
Some information - I am using Python3.4. Please let me know what other information I can provide to help assist you guys help answer my question
 
     
     
    