added future imports

This commit is contained in:
Anand Doshi 2012-10-01 11:35:49 +05:30
parent fdbc730821
commit 3245a15cb7
13 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,7 @@
# Please edit this list and import only required elements # Please edit this list and import only required elements
from __future__ import unicode_literals
import unittest import unittest
import webnotes import webnotes
import webnotes.model import webnotes.model

View File

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

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import webnotes import webnotes
from webnotes.utils import formatdate from webnotes.utils import formatdate

View File

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

View File

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

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import webnotes import webnotes
from webnotes.model import delete_doc from webnotes.model import delete_doc

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import webnotes import webnotes
from webnotes.model.code import get_obj from webnotes.model.code import get_obj
from webnotes.model.doc import addchild from webnotes.model.doc import addchild

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import webnotes import webnotes
def execute(): def execute():
set_master_name_in_accounts() set_master_name_in_accounts()

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import webnotes import webnotes
def execute(): def execute():
webnotes.conn.sql("""update `tabDocPerm` set cancel=1 webnotes.conn.sql("""update `tabDocPerm` set cancel=1

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
def execute(): def execute():
from webnotes.utils.nestedset import rebuild_tree from webnotes.utils.nestedset import rebuild_tree

View File

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

View File

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

View File

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