Merge branch 'unicode' of github.com:webnotes/erpnext into unicode

This commit is contained in:
Anand Doshi 2012-09-10 11:32:17 +05:30
commit 88411eddb8
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
def execute():
import webnotes
from webnotes.model.doclist import DocList

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
def execute():
import webnotes
webnotes.conn.sql("delete from `tabSearch Criteria` where name = 'cash_flow_statement'")

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
def execute():
import webnotes
from webnotes.model.code import get_obj

View File

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