import add_date, removed timedelta import

This commit is contained in:
Thura Hlaing
2014-01-27 20:22:08 +06:30
parent e31a41854b
commit 16f88ba3cd

View File

@@ -5,9 +5,9 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import webnotes import webnotes
from webnotes import msgprint from webnotes import msgprint
from webnotes.utils import flt, getdate from webnotes.utils import flt, getdate, add_date
from webnotes.model.controller import DocListController from webnotes.model.controller import DocListController
from datetime import timedelta, date from datetime import date
class DocType(DocListController): class DocType(DocListController):
def __init__(self, doc, doclist=[]): def __init__(self, doc, doclist=[]):