added future imports

This commit is contained in:
Anand Doshi 2012-10-01 11:35:49 +05:30
parent 34cbdd9014
commit 0d186b560e
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# make public folders
from __future__ import unicode_literals
import os
def make():

View file

@ -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.

View file

@ -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

View file

@ -20,6 +20,7 @@
# OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
from __future__ import unicode_literals
import webnotes
user_date_format = None