From 73b3163bacc9ca558a75f2905dce28b57eb821cf Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 18 Dec 2013 07:52:56 +0530 Subject: [PATCH] [fix] get modules path --- webnotes/modules/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webnotes/modules/__init__.py b/webnotes/modules/__init__.py index dc832fe8fb..77a4759f0a 100644 --- a/webnotes/modules/__init__.py +++ b/webnotes/modules/__init__.py @@ -7,6 +7,7 @@ from __future__ import unicode_literals """ import webnotes, os from webnotes import conf +import webnotes.utils lower_case_files_for = ['DocType', 'Page', 'Report', "Workflow", 'Module Def', 'Desktop Item', 'Workflow State', 'Workflow Action']