tidbits cool little code tidbits # add current file to the path import sys import os sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))