some fixes in cleanup

This commit is contained in:
Nabin Hait
2012-04-23 16:03:38 +05:30
parent 51834a45a7
commit 708917db50
3 changed files with 9 additions and 8 deletions

View File

@@ -272,4 +272,9 @@ patch_list = [
'patch_file': 'naming_series_patch',
'description': 'Move naming series options into property setter'
},
{
'patch_module': 'patches.april_2012',
'patch_file': 'after_sync_cleanup',
'description': 'cleanup after sync'
},
]