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

fix indentation



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10017 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e524a46
...@@ -356,6 +356,7 @@ class TempDocumentConstructor(DocumentConstructor): ...@@ -356,6 +356,7 @@ class TempDocumentConstructor(DocumentConstructor):
o.__of__(folder)._edit(force_update=1, **kw) o.__of__(folder)._edit(force_update=1, **kw)
return o return o
python_file_parser = re.compile('^(.*)\.py$') python_file_parser = re.compile('^(.*)\.py$')
def getLocalPropertySheetList(): def getLocalPropertySheetList():
......
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