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

style change


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14580 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7aa3992c
......@@ -253,7 +253,7 @@ def getModuleIdList(product_path, module_id):
module_name = file_name[0:-3]
module_name_list += [module_name]
except:
LOG('ERP5Type:', BLATHER,
LOG('ERP5Type', BLATHER,
'No %s directory in %s' % (module_id, product_path))
return path, module_name_list
......@@ -334,7 +334,7 @@ class DocumentConstructor(Method):
o = self.klass(id)
if activate_kw is not None:
o.__of__(folder).setDefaultActivateParameters(**activate_kw)
if is_indexable is not None:
if is_indexable is not None:
o.isIndexable = is_indexable
folder._setObject(id, o)
o = folder._getOb(id)
......
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