import os import sys base_path = os.path.dirname(os.path.abspath(__file__)) sys.path.append(os.path.join(base_path, 'vendor')) from cps import web