resolved possible issues after moving js files

This commit is contained in:
j 2013-08-03 08:47:58 +00:00
parent b7fc5ec7c6
commit 9248d84bbc
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ if __name__ == "__main__":
run('bzr', 'resolved', 'pandora/monkey_patch', 'pandora/monkey_patch/migrations')
if os.path.exists('pandora/monkey_patch'):
run('rm', '-r', 'pandora/monkey_patch')
if old < 3448:
if os.path.exists('static/pandora'):
run('bzr', 'resolved', 'static/pandora')
else:
if len(sys.argv) == 1: