50 |
50 |
51 def endVcsType(self): |
51 def endVcsType(self): |
52 """ |
52 """ |
53 Handler method for the "VcsType" end tag. |
53 Handler method for the "VcsType" end tag. |
54 """ |
54 """ |
55 self.buffer = self.utf8_to_code(self.buffer) |
|
56 self.project.pudata["VCSOVERRIDE"] = [self.buffer] |
55 self.project.pudata["VCSOVERRIDE"] = [self.buffer] |
57 |
56 |
58 def startVcsStatusMonitorInterval(self, attrs): |
57 def startVcsStatusMonitorInterval(self, attrs): |
59 """ |
58 """ |
60 Handler method for the "VcsStatusMonitorInterval" start tag. |
59 Handler method for the "VcsStatusMonitorInterval" start tag. |