Searched refs:PMapFile (Results 1 – 2 of 2) sorted by relevance
49 def isExistingProject(PMapFile, projectID) : argument50 PMapReader = csv.reader(PMapFile)73 PMapFile = open(ProjectMapPath, "r+b")76 PMapFile = open(ProjectMapPath, "w+b")78 if (isExistingProject(PMapFile, ID)) :83 PMapWriter = csv.writer(PMapFile)87 PMapFile.close()
664 PMapFile = open(getProjectMapPath(), "rb")667 for I in csv.reader(PMapFile):680 updateSVN("delete", PMapFile);683 PMapFile.seek(0)684 for I in csv.reader(PMapFile):689 updateSVN("add", PMapFile);695 PMapFile.close()