modules cleanup

This commit is contained in:
Rushabh Mehta
2012-03-12 14:34:55 +05:30
parent aa845e9daa
commit ae4d1f973c
56 changed files with 369 additions and 385 deletions

View File

@@ -18,7 +18,7 @@
Reload DocLayer, DocLayerField and Print Format doctypes
"""
def execute():
from webnotes.modules.module_manager import reload_doc
from webnotes.modules import reload_doc
reload_doc('core', 'doctype', 'print_format')
reload_doc('core', 'doctype', 'doclayer')
reload_doc('core', 'doctype', 'doclayerfield')