Lines Matching full:path
9 tvcm_path = os.path.abspath(os.path.join(os.path.dirname(__file__),11 if tvcm_path not in sys.path:12 sys.path.append(tvcm_path)13 vinn_path = os.path.abspath(os.path.join(os.path.dirname(__file__),15 if vinn_path not in sys.path:16 sys.path.append(vinn_path)