added future imports
This commit is contained in:
parent
fdbc730821
commit
3245a15cb7
@ -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
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
import webnotes
|
import webnotes
|
||||||
from webnotes.utils import formatdate
|
from webnotes.utils import formatdate
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
import webnotes
|
import webnotes
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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()
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
Loading…
x
Reference in New Issue
Block a user