appended unicode literals import after merge
This commit is contained in:
parent
16ad50f641
commit
e81c07ff4d
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
@ -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")
|
@ -0,0 +1 @@
|
|||||||
|
from __future__ import unicode_literals
|
@ -1 +1,2 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
import webnotes
|
import webnotes
|
Loading…
Reference in New Issue
Block a user