projects
/
chloro.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove unused variable
[chloro.git]
/
chloro
/
phyll
/
views.py
diff --git
a/chloro/phyll/views.py
b/chloro/phyll/views.py
index 6f0f0f701fed8dca4047bc50523e1ba902962479..6c8fdabf26d5febc7f7e49fde7221bdbb621355e 100644
(file)
--- a/
chloro/phyll/views.py
+++ b/
chloro/phyll/views.py
@@
-123,7
+123,6
@@
class AtomFeed(Feed):
return item.text
def item_guid(self, item):
- legacy_id = None
for tag in item.tags.all():
if tag.name.startswith('old-post-id-'):
return 'http://www.0d.be/posts/%s' % tag.name.split('-')[-1]