removed unicode literals from patch list

This commit is contained in:
Anand Doshi 2012-09-18 14:04:22 +05:30
parent 8c3cfe076e
commit 05f1d45600

View File

@ -511,11 +511,6 @@ patch_list = [
'patch_file': 'deprecate_bulk_rename',
'description': "Remove Bulk Rename Tool"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'unicode_conf',
'description': "appends from __future__ import unicode_literals to py files if necessary"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'sync_trial_balance',