mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
added future imports
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
# Please edit this list and import only required elements
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import unittest
|
||||
import webnotes
|
||||
import webnotes.model
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from webnotes.utils import formatdate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user