Commit a1ede2cf authored by Vincent Pelletier's avatar Vincent Pelletier

Reindent to 4 spaces. Found by pylint.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@896 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8f321c6c
......@@ -891,7 +891,7 @@ class Application(object):
ordered_tids = set()
update = ordered_tids.update
for tid_list in self.local_var.node_tids.itervalues():
update(tid_list)
update(tid_list)
ordered_tids = list(ordered_tids)
# XXX do we need a special cmp function here ?
ordered_tids.sort(reverse=True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment