Commit c43e4ec2 authored by Jérome Perrin's avatar Jérome Perrin

indentation with tabs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9803 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d5be0fc
......@@ -758,7 +758,7 @@ class TemplateTool (BaseTool):
elif diff_version == 0 \
and previous_property_dict['revision'] \
and property_dict['revision'] \
and previous_property_dict['revision'] < property_dict['revision'] :
and previous_property_dict['revision'] < property_dict['revision']:
template_item_dict[title] = (repository, property_dict)
# Next, select only updated business templates.
for repository, property_dict in template_item_dict.values():
......@@ -772,7 +772,7 @@ class TemplateTool (BaseTool):
elif diff_version == 0 \
and installed_bt.getRevision() \
and property_dict['revision'] \
and installed_bt.getRevision() < property_dict['revision'] :
and installed_bt.getRevision() < property_dict['revision']:
template_item_list.append((repository, property_dict))
else:
for repository, property_dict_list in self.repository_dict.items():
......
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