commit | 66f90687e970cf113a10a814f2b9df09abc7cfbb | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Jul 27 14:29:29 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Jul 27 14:29:29 2012 +0530 |
tree | ce963c282a1f6da05aba2e45aa93ea74a951d7e8 | |
parent | 0fa628bf8642d3f405c129ad004dd0822e8e8e56 [diff] |
import unicode_literals where missing
diff --git a/erpnext/patches/july_2012/sync_trial_balance.py b/erpnext/patches/july_2012/sync_trial_balance.py index 41e4cdf..3755ed4 100644 --- a/erpnext/patches/july_2012/sync_trial_balance.py +++ b/erpnext/patches/july_2012/sync_trial_balance.py
@@ -1,3 +1,4 @@ +from __future__ import unicode_literals def execute(): import webnotes from webnotes.modules import reload_doc