Return if old patch.py executed anyway

This commit is contained in:
Nabin Hait 2011-12-16 10:17:26 +05:30
parent b2150de64b
commit c57c5b0b44

View File

@ -5,7 +5,8 @@ last_patch = 388
#-------------------------------------------
def execute_depricated(patch_no):
def execute(patch_no):
return
import webnotes
from webnotes.modules.module_manager import reload_doc