added future imports
This commit is contained in:
parent
34cbdd9014
commit
0d186b560e
4 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# make public folders
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import os
|
||||
|
||||
def make():
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
|
||||
from __future__ import unicode_literals
|
||||
"""
|
||||
Transactions are defined as collection of classes, a DocList represents collection of Document
|
||||
objects for a transaction with main and children.
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
|
||||
from __future__ import unicode_literals
|
||||
def read_csv_content_from_uploaded_file():
|
||||
import csv
|
||||
import webnotes
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
user_date_format = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue