diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index f07f20bdb0..5a38c5b1bf 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -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',