Browse Source

Merge pull request #365 from anandpdoshi/hotfix

[fix] get modules path
version-14
Nabin Hait 11 years ago
parent
commit
e77c182f94
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      webnotes/modules/__init__.py

+ 1
- 0
webnotes/modules/__init__.py View File

@@ -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']


Loading…
Cancel
Save