mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
import webnotes
|
|
def execute():
|
|
from patches.january_2013 import rebuild_tree
|
|
rebuild_tree.execute() |