updated webnotes.utils.__init__ with a few refactored methods

This commit is contained in:
Anand Doshi 2012-12-04 11:53:42 +05:30
parent d3b82cf9de
commit 5c2319549a

View File

@ -17,7 +17,7 @@
from __future__ import unicode_literals
import webnotes
from webnotes.utils import add_days, add_months, cint, cstr, month_name
from webnotes.utils import add_days, add_months, cint, cstr
from webnotes.model import db_exists
from webnotes.model.wrapper import copy_doclist