From 9248d84bbc5dbe78c8720a73307efa16dfd90e94 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 3 Aug 2013 08:47:58 +0000 Subject: [PATCH] resolved possible issues after moving js files --- update.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.py b/update.py index 5becfacc..d2ad69ce 100755 --- a/update.py +++ b/update.py @@ -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: