# test.py import sys # append current python modules' folder path # example: need to import module.py present in '/path/to/python/module/not/in/syspath' sys.path.append('/path/to/python/module/not/in/syspath') import module