diff options
| author | jvoisin | 2011-09-22 18:50:18 +0200 |
|---|---|---|
| committer | jvoisin | 2011-09-22 18:50:18 +0200 |
| commit | 2a42a242e322fa1b8ec686f26a445a426b468d06 (patch) | |
| tree | 22df1cf5b87e75afc49472f98c2603fb0795c620 /mat | |
| parent | 51145d73da291e52b626bdf6a55b4a047af688d1 (diff) | |
Cleanup
Diffstat (limited to 'mat')
| -rw-r--r-- | mat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -110,7 +110,7 @@ class XMLParser(xml.sax.handler.ContentHandler): | |||
| 110 | ''' | 110 | ''' |
| 111 | Concatenate the content between opening and closing balises | 111 | Concatenate the content between opening and closing balises |
| 112 | ''' | 112 | ''' |
| 113 | if self.between is True: | 113 | if self.between: |
| 114 | self.content += characters | 114 | self.content += characters |
| 115 | 115 | ||
| 116 | 116 | ||
