appended unicode literals import after merge

This commit is contained in:
Anand Doshi 2012-08-07 15:08:52 +05:30
parent 16ad50f641
commit e81c07ff4d
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
from __future__ import unicode_literals

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
def execute(): def execute():
from webnotes.modules import reload_doc from webnotes.modules import reload_doc
reload_doc("buying", "Report", "Supplier Quotations") reload_doc("buying", "Report", "Supplier Quotations")

View File

@ -0,0 +1 @@
from __future__ import unicode_literals

View File

@ -1 +1,2 @@
from __future__ import unicode_literals
import webnotes import webnotes