Searched refs:curdir (Results 1 – 1 of 1) sorted by relevance
120 def find_repo_top(curdir): argument123 while curdir != olddir:124 if os.path.exists(os.path.join(curdir, '.repo')):125 return curdir126 olddir = curdir127 curdir = os.path.dirname(curdir)