def add_local_lib_path(): ''' Helper to add the ZenPack's lib directory to sys.path. ''' #import sys import site site.addsitedir(here('lib')) #sys.path.append(here('lib'))