Lines Matching refs:path
21 # Remove regrtest.py's own directory from the module search path. Despite
26 mydir = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0])))
27 i = len(sys.path) - 1
29 if os.path.abspath(os.path.normpath(sys.path[i])) == mydir:
30 del sys.path[i]
38 __file__ = os.path.abspath(__file__)
41 assert __file__ == os.path.abspath(sys.argv[0])