Commit 6aca3ee1229d52aaa76945eeaf7855b7c0da8292
- Diff rendering mode:
- inline
- side by side
entry.py
(4 / 1)
|   | |||
| 294 | 294 | pass | |
| 295 | 295 | ||
| 296 | 296 | class BlipFMUpdate(MicroBlogEntry): | |
| 297 | pass | ||
| 297 | def parse(self): | ||
| 298 | MicroBlogEntry.parse(self) | ||
| 299 | self.tags += ['music'] #should I do this? | ||
| 300 | |||
| 298 | 301 | ||
| 299 | 302 | class DeliciousBookmark(SharedItem): | |
| 300 | 303 | """Delicious puts tags together, space separated.""" |

