MichaelJMath
10/4/2017 - 2:05 AM

Append to Path

Append to path for python module relative imports.


# If desired directory is a parent to current file:
sys.path.append(os.path.abspath('../..'))