Removed Update Manager

This commit is contained in:
Anand Doshi
2013-10-24 20:47:35 +05:30
parent 05ff7cbd90
commit 7fa2ec40e1
3 changed files with 5 additions and 4 deletions

View File

@@ -27,4 +27,7 @@ def execute():
for file_path in (("js", "wn-web.js"), ("css", "wn-web.css")):
file_path = os.path.join(base_path, "public", *file_path)
if os.path.exists(file_path):
os.remove(file_path)
os.remove(file_path)
# Remove update app page
webnotes.delete_doc("Page", "update-manager")