Merge branch 'edge' of github.com:webnotes/wnframework into edge

This commit is contained in:
Rushabh Mehta 2013-03-04 17:37:03 +05:30
commit db3576536b

3
wnf.py
View file

@ -74,7 +74,8 @@ def sync_all(force=0):
def update_erpnext(remote='origin', branch='master'):
pull(remote, branch)
patch_sync_build()
from webnotes.utils import execute_in_shell
execute_in_shell("lib/wnf.py --patch_sync_build", verbose=1)
def patch_sync_build():
patch_sync()