brotherton-erpnext/erpnext/patches/jan_mar_2012/website/feed.py

6 lines
150 B
Python
Raw Normal View History

2012-02-03 07:26:12 +00:00
import webnotes
from webnotes.model.doc import Document
from webnotes.modules import reload_doc
def execute():
reload_doc('home', 'doctype', 'feed')