Commit c77d34e3 authored by Łukasz Nowak's avatar Łukasz Nowak

- remove finished TODOs

 - reformat to use 2 spaces indentation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6afe4333
...@@ -46,13 +46,7 @@ def isMovement(document): ...@@ -46,13 +46,7 @@ def isMovement(document):
return is_movement return is_movement
class TradeModelLine(Predicate, XMLMatrix, Amount): class TradeModelLine(Predicate, XMLMatrix, Amount):
"""Trade Model Line is a way to represent trade transformation for movements """Trade Model Line is a way to represent trade transformation for movements"""
TODO:
- make this code readable
- use comments
- use doctrings
"""
meta_type = 'ERP5 Trade Model Line' meta_type = 'ERP5 Trade Model Line'
portal_type = 'Trade Model Line' portal_type = 'Trade Model Line'
......
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