Commit fd6076eac700863938d14f36ee371f3fe5a1643b
- Diff rendering mode:
- inline
- side by side
entry.py
(3 / 1)
|   | |||
| 360 | 360 | self.summary = x.childNodes[0].childNodes[2].childNodes[0].toxml() | |
| 361 | 361 | ||
| 362 | 362 | class GitoriousUpdate(Entry): | |
| 363 | pass | ||
| 363 | def parse(self): | ||
| 364 | Entry.parse(self) | ||
| 365 | self.tags += ['code'] #TODO: should I hardcode this? | ||
| 364 | 366 | ||
| 365 | 367 | class GoogleReaderSharedItem(SharedItem): | |
| 366 | 368 | """Don't want tags because I didn't create them.""" |

