cleanup property setter patch

This commit is contained in:
Nabin Hait
2012-05-02 10:36:16 +05:30
parent 50a0cadb9f
commit dd200d363e
2 changed files with 7 additions and 0 deletions

View File

@@ -312,5 +312,10 @@ patch_list = [
'patch_file': 'repost_stock_for_posting_time',
'description': 'repost stock for posting time 00:00:seconds'
},
{
'patch_module': 'patches.may_2012',
'patch_file': 'cleanup_property_setter',
'description': 'cleanup_property_setter'
},
]