From 5c2319549a57a51feb5c21f0f8b9c4a683869aa8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 4 Dec 2012 11:53:42 +0530 Subject: [PATCH] updated webnotes.utils.__init__ with a few refactored methods --- .../doctype/trend_analyzer_control/trend_analyzer_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/doctype/trend_analyzer_control/trend_analyzer_control.py b/accounts/doctype/trend_analyzer_control/trend_analyzer_control.py index f43542f109..b8461bd1c7 100755 --- a/accounts/doctype/trend_analyzer_control/trend_analyzer_control.py +++ b/accounts/doctype/trend_analyzer_control/trend_analyzer_control.py @@ -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