Home | History | Annotate | Download | only in Library

Lines Matching refs:Path2

439     Path2 = max(PathList).split(os.path.sep)

440 for Index in xrange(min(len(Path1), len(Path2))):
441 if Path1[Index] != Path2[Index]: