SourceCode.support.paths_append# paths_append.py# Append __file__ path to sys.path to enable import. sys.path.append(os.path.dirname(__file__))