Searched refs:PMapFile (Results 1 – 2 of 2) sorted by relevance
25 def isExistingProject(PMapFile, projectID) : argument26 PMapReader = csv.reader(PMapFile)49 PMapFile = open(ProjectMapPath, "r+b")52 PMapFile = open(ProjectMapPath, "w+b")54 if (isExistingProject(PMapFile, ID)) : 59 PMapWriter = csv.writer(PMapFile)63 PMapFile.close()
514 PMapFile = open(getProjectMapPath(), "rb")517 for I in csv.reader(PMapFile):530 updateSVN("delete", PMapFile);533 PMapFile.seek(0) 534 for I in csv.reader(PMapFile):539 updateSVN("add", PMapFile);545 PMapFile.close()