summaryrefslogtreecommitdiff
path: root/mat
diff options
context:
space:
mode:
authorjvoisin2011-09-22 18:50:18 +0200
committerjvoisin2011-09-22 18:50:18 +0200
commit2a42a242e322fa1b8ec686f26a445a426b468d06 (patch)
tree22df1cf5b87e75afc49472f98c2603fb0795c620 /mat
parent51145d73da291e52b626bdf6a55b4a047af688d1 (diff)
Cleanup
Diffstat (limited to 'mat')
-rw-r--r--mat/mat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat/mat.py b/mat/mat.py
index 7c8b0dd..70a2cf5 100644
--- a/mat/mat.py
+++ b/mat/mat.py
@@ -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