diff --git a/config.json b/config.json index dc55f663aa..ba05e55908 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "base_template": "lib/website/templates/base.html", - "framework_version": "3.3.0", + "framework_version": "3.3.1", "modules": { "Calendar": { "color": "#2980b9", 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']