[minor] webutils moved to lib

This commit is contained in:
Rushabh Mehta
2013-09-10 14:44:36 +05:30
parent 330dae90cb
commit 13bbf6536b
2 changed files with 3 additions and 57 deletions

View File

@@ -12,5 +12,7 @@ def execute():
if os.path.exists(utils_pyc):
os.remove(utils_pyc)
shutil.rmtree(os.path.join(get_base_path(), "app", "website"))
old_path = os.path.join(get_base_path(), "app", "website")
if os.path.exists(old_path):
shutil.rmtree(old_path)