Changeset 311 for trunk/email2trac.py.in
- Timestamp:
- 02/02/10 16:56:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/email2trac.py.in
r310 r311 1158 1158 match = INLINE_EXP.match(line) 1159 1159 if match: 1160 print match.groups()1161 1160 keyword, value = match.groups() 1162 1161 self.properties[keyword] = value.strip() 1162 if self.DEBUG: 1163 print "TD: inline properties: %s : %s" %(keyword,value) 1163 1164 else: 1164 1165 body.append(line)
Note: See TracChangeset
for help on using the changeset viewer.