4 lines
101 B
Python
4 lines
101 B
Python
|
import webnotes
|
||
|
def execute():
|
||
|
from patches.january_2013 import rebuild_tree
|
||
|
rebuild_tree.execute()
|